We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dff8b commit 3c143e2Copy full SHA for 3c143e2
integration-tests/src/test/java/io/apicurio/tests/migration/DataMigrationIT.java
@@ -68,8 +68,8 @@ public void migrate() throws Exception {
68
}
69
70
try {
71
- assertEquals("SYNTAX_ONLY", dest.groups().byGroupId("migrateTest").artifacts().byArtifactId("avro-0")
72
- .rules().byRuleType(RuleType.VALIDITY.name()).get().getConfig());
+ assertEquals("SYNTAX_ONLY", dest.groups().byGroupId("migrateTest").artifacts()
+ .byArtifactId("avro-0").rules().byRuleType(RuleType.VALIDITY.name()).get().getConfig());
73
assertEquals("BACKWARD",
74
dest.admin().rules().byRuleType(RuleType.COMPATIBILITY.name()).get().getConfig());
75
} catch (Error e) {
0 commit comments