Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Aug 20, 2024
1 parent 04eac1b commit 7611def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class GetShareesRemoteOperationIT : AbstractIT() {
fun getSharees() {
val sut = GetShareesRemoteOperation("admin", 1, PER_PAGE).execute(client)
assertTrue(sut.isSuccess)
assertEquals(1, sut.resultData?.size)
assertEquals(2, sut.resultData?.size)
}
}

0 comments on commit 7611def

Please sign in to comment.