Skip to content

Commit

Permalink
Merge branch 'feature/BT-4418-utf8faunareader_read_int' into feature/B…
Browse files Browse the repository at this point in the history
  • Loading branch information
pchitolina-fauna committed Jan 24, 2024
2 parents 9f89cad + 14320f1 commit 158368e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void testGetValueAsBooleanFalse() throws IOException {
}

private static void assertReader(FaunaParser reader,
List<Map.Entry<FaunaTokenType, Object>> tokens) {
List<Map.Entry<FaunaTokenType, Object>> tokens) throws IOException {
for (Map.Entry<FaunaTokenType, Object> entry : tokens) {
reader.read();
assertNotNull(entry.getKey());
Expand Down

0 comments on commit 158368e

Please sign in to comment.