Skip to content

Commit

Permalink
[PBE-2783] fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat authored and JcMinarro committed May 14, 2024
1 parent d5a6d89 commit 958a8f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ internal class ChannelListViewModelTest {

val captor = argumentCaptor<QueryChannelsRequest>()
verify(chatClient, times(2)).queryChannels(captor.capture())
captor.allValues `should be equal to` 2
captor.allValues.size `should be equal to` 2
captor.firstValue.offset `should be equal to` 0
captor.secondValue.offset `should be equal to` 30
}
Expand Down

0 comments on commit 958a8f9

Please sign in to comment.