Skip to content

Commit

Permalink
Revert "Update DemoTest.java"
Browse files Browse the repository at this point in the history
This reverts commit 440e497.
  • Loading branch information
mrsaraira committed Oct 19, 2023
1 parent 440e497 commit e3ffa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/github/mrsaraira/constants/DemoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void enumContainersDemo() {
// Match by relation value
assertTrue(Constants.anyRelationValue(5, DemoEnumRelationConstantContainer.THREE, DemoEnumRelationConstantContainer.FOUR_FIVE));
assertFalse(Constants.anyRelationValue(2, DemoEnumRelationConstantContainer.ONE, DemoEnumRelationConstantContainer.THREE));
2

// Other operations
var twoRelationConstant = DemoEnumRelationConstantContainer.TWO.getConstant();
assertEquals("Two", twoRelationConstant.getValue());
Expand Down

0 comments on commit e3ffa16

Please sign in to comment.