Skip to content

Commit 3c143e2

Browse files
committed
code formatting
1 parent c3dff8b commit 3c143e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/io/apicurio/tests/migration/DataMigrationIT.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public void migrate() throws Exception {
6868
}
6969
}
7070
try {
71-
assertEquals("SYNTAX_ONLY", dest.groups().byGroupId("migrateTest").artifacts().byArtifactId("avro-0")
72-
.rules().byRuleType(RuleType.VALIDITY.name()).get().getConfig());
71+
assertEquals("SYNTAX_ONLY", dest.groups().byGroupId("migrateTest").artifacts()
72+
.byArtifactId("avro-0").rules().byRuleType(RuleType.VALIDITY.name()).get().getConfig());
7373
assertEquals("BACKWARD",
7474
dest.admin().rules().byRuleType(RuleType.COMPATIBILITY.name()).get().getConfig());
7575
} catch (Error e) {

0 commit comments

Comments
 (0)