Skip to content

Commit

Permalink
better merge conflict resolution for TestCodecSupport.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke committed Feb 3, 2025
1 parent 96abdce commit c246d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void testCompressionModeDefault() throws IOException {
config.get("codecFactory").attr("class"));
assertTrue(
"Unexpected configuration of codec factory for this test. Expecting empty element",
config.get("codecFactory").getAll(null, Set.of()).isEmpty());
config.get("codecFactory").getAll(null, null).isEmpty());
IndexSchema schema = IndexSchemaFactory.buildIndexSchema("schema_codec.xml", config);

CoreContainer coreContainer = h.getCoreContainer();
Expand Down

0 comments on commit c246d7f

Please sign in to comment.