Skip to content

Commit

Permalink
Add exception to signature
Browse files Browse the repository at this point in the history
  • Loading branch information
pchitolina-fauna committed Jan 24, 2024
1 parent a6fa64b commit 14320f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void testGetValueAsInt() 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 14320f1

Please sign in to comment.