Skip to content

Commit

Permalink
Enable test checkIsCompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosvictor committed May 1, 2024
1 parent dc3688b commit 9bb6b0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ public void dontReAddExistingSchemaInMiddle() throws Exception {
putSchema(schemaId1, schemaData2, version(1));
}

@Test
public void checkIsCompatible() throws Exception {
var schemaId = BrokerTestUtil.newUniqueName("tenant/ns/topic");
putSchema(schemaId, schemaData1, version(0), BACKWARD_TRANSITIVE);
Expand Down

0 comments on commit 9bb6b0f

Please # to comment.