Skip to content

Commit

Permalink
It's 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 18, 2023
1 parent 20b92c6 commit 471ac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/github/enanomapper/SlimmerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,6 @@ public void testGenerationDate() throws Exception {
slimmer.saveAs(output, ontoFile);
String owlOutput = output.toString();
System.out.println("Output: " + owlOutput);
assertTrue(owlOutput.contains(">2022-"), "Did not find the generation data."); // TODO: update every year :)
assertTrue(owlOutput.contains(">2023-"), "Did not find the generation data."); // TODO: update every year :)
}
}

0 comments on commit 471ac0d

Please sign in to comment.