Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimpza committed Dec 12, 2022
1 parent c01b616 commit 44a9741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/net/shrimpworks/mes/MainTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public void generateConfig() throws IOException {
Main.sampleConfig(new PrintStream(os));

Main.Config config = JacksonMapper.YAML.object(os.toByteArray(), Main.Config.class);
assertEquals("example", config.index);
assertEquals("example", config.index());
}
}

0 comments on commit 44a9741

Please sign in to comment.