Skip to content

Commit

Permalink
Fixed one test case which was causing the failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurd86 committed May 16, 2024
1 parent 62630b6 commit 7ff1e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class RestIndividualSelectorUtilsPathStatusTest : IntegrationTestRestBase(){
assertEquals(0, r1.size)

val r2 = RestIndividualSelectorUtils.findIndividuals(individuals, HttpVerb.GET, others, 200)
assertEquals(0, r2.size)
assertEquals(2, r2.size)
}

@Test
Expand Down

0 comments on commit 7ff1e87

Please sign in to comment.