Skip to content

Commit d29d5cf

Browse files
committed
test(aspect migration mutator): removed unused code.
1 parent a22d000 commit d29d5cf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

entity-registry/src/test/java/com/linkedin/metadata/aspect/hooks/AspectMigrationMutatorChainTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ static class TestOwnershipMutator extends AspectMigrationMutator {
248248
private final long sourceVersion;
249249
private final long targetVersion;
250250

251-
TestOwnershipMutator() {
252-
this(1L, 2L);
253-
}
254-
255251
TestOwnershipMutator(long sourceVersion, long targetVersion) {
256252
this.sourceVersion = sourceVersion;
257253
this.targetVersion = targetVersion;

0 commit comments

Comments
 (0)