Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Apr 20, 2021
1 parent 206c499 commit e10d869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void test(String xml)
}
}

@Test public void testStream(InputStream is) throws IOException
public void testStream(InputStream is) throws IOException
{
doParse(is);
}
Expand Down

0 comments on commit e10d869

Please sign in to comment.