Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Apr 25, 2017
1 parent 9db99a1 commit 783136c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public List<Map<String, Object>> mockLoad(String path) throws Exception {
public void testMini() throws Exception {

List<Map<String, Object>> docs = mockLoad("src/test/resources/not_bioentity_closure/mini-test.obo");
assertEquals(10, docs.size());
assertEquals(5, docs.size());
for (Map<String, Object> doc : docs) {
assertTrue(checkDocForFilteredClasses(doc));
}
Expand Down

0 comments on commit 783136c

Please sign in to comment.