Skip to content

Commit 031281b

Browse files
committed
Fix testOmitBadPredicate()
1 parent 642fdd6 commit 031281b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ubic/basecode/ontology/jena/OntologySearchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public final void testOmitBadPredicates() throws Exception {
115115
// for ( OntClass ontologyTerm : name ) {
116116
// log.debug( ontologyTerm.toString() );
117117
// }
118-
assertEquals( 1, name.size() );
118+
assertEquals( 2, name.size() );
119119

120120
name = index.searchClasses( model, "liver", 500 ); // this is an "example" that we want to avoid
121121
// leading to "Organ".

0 commit comments

Comments
 (0)