Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Aug 10, 2023
1 parent 95c1b38 commit 4e9d33b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public void testDeleteUnknown() throws SQLException, AuthorizeException {
@Test
public void testGetExtensions() {
assertThat("testGetExtensions 0", bf.getExtensions(), notNullValue());
assertTrue("testGetExtensions 1", bf.getExtensions().size() == 1);
assertTrue("testGetExtensions 1", bf.getExtensions().size() == 2);
assertThat("testGetExtensions 2", bf.getExtensions().get(0), equalTo("xml"));
}

Expand Down

0 comments on commit 4e9d33b

Please sign in to comment.