Skip to content
Snippets Groups Projects
Commit 86e35e79 authored by felmer's avatar felmer
Browse files

SSDM-8277: Fixing test...

SSDM-8277: Fixing test ch.ethz.sis.openbis.systemtest.asapi.v3.SearchPropertyAssignmentTest.testSearchWithOrOperator()
parent fe3d0e15
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ public class SearchPropertyAssignmentTest extends AbstractTest
Assert.assertTrue(propertyAssignment.getEntityType().getCode().equals("CELL_PLATE")
|| propertyAssignment.getPropertyType().getCode().equals("BACTERIUM"));
}
assertEquals(propertyAssignments.size(), 11);
assertEquals(propertyAssignments.size() >= 11, true);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment