Skip to content

Commit

Permalink
fix test to ensure we check tricky4 (doesnt cover whole range). found…
Browse files Browse the repository at this point in the history
… by ecj
  • Loading branch information
rmuir committed Sep 2, 2024
1 parent ce4cce0 commit 5b125f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void testIsTotal() {
Operations.union(
Automata.makeCharRange(Character.MIN_CODE_POINT, 100),
Automata.makeCharRange(101, Character.MAX_CODE_POINT - 1)));
assertFalse(Operations.isTotal(tricky3));
assertFalse(Operations.isTotal(tricky4));
}

/**
Expand Down

0 comments on commit 5b125f3

Please sign in to comment.