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 3f427f7 commit fc51a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public void testReadEscapedObject() throws IOException {
new AbstractMap.SimpleEntry<>(FaunaTokenType.END_OBJECT, null)
);

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

private static void assertReader(FaunaParser reader,
Expand Down

0 comments on commit fc51a22

Please sign in to comment.