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 02024fb commit 2fcbccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public void testReadDocumentTokens() throws IOException {
new AbstractMap.SimpleEntry<>(FaunaTokenType.END_DOCUMENT, null)
);

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

private static void assertReader(FaunaParser reader,
Expand Down

0 comments on commit 2fcbccb

Please sign in to comment.