Skip to content

Commit

Permalink
Improved test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
pchitolina-fauna committed Jan 31, 2024
1 parent 25d9592 commit 418eaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public void testReadSet() throws IOException {
new AbstractMap.SimpleEntry<>(FaunaTokenType.END_PAGE, null)
);

assertReader(reader, expectedTokens, false);
assertReader(reader, expectedTokens);
}

private static void assertReader(FaunaParser reader,
Expand Down

0 comments on commit 418eaee

Please sign in to comment.