Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Mar 5, 2024
1 parent d0be2c6 commit 56bea04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ class UserRepositoryTest {
given(teamsApi)
.suspendFunction(teamsApi::getTeamMembersByIds)
.whenInvokedWith(any(), any())
.thenReturn(NetworkResponse.Success(TeamsApi.TeamMemberListNonPaginated(false, result, "A=="), mapOf(), 200))
.thenReturn(NetworkResponse.Success(TeamsApi.TeamMemberListNonPaginated(false, result), mapOf(), 200))
}

fun withSuccessfulGetUsersByQualifiedIdList(knownUserEntities: List<UserDetailsEntity>) = apply {
Expand Down

0 comments on commit 56bea04

Please sign in to comment.