Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
pchitolina-fauna committed Jan 31, 2024
1 parent 7aa71a2 commit 960c857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void readArrayWithEmptyObject() throws IOException {
new AbstractMap.SimpleEntry<>(FaunaTokenType.END_ARRAY, null)
);

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

private static void assertReader(FaunaParser reader,
Expand Down

0 comments on commit 960c857

Please sign in to comment.