Skip to content

Commit c63c2a8

Browse files
Fixed the failing test
1 parent 9051682 commit c63c2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListViewModel_Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ChatChannelListViewModel_Tests: StreamChatTestCase {
5151
)
5252

5353
// When
54-
viewModel.checkForChannels(index: 0)
54+
viewModel.checkForChannels(index: 5)
5555

5656
// Then
5757
XCTAssert(channelListController.loadNextChannelsIsCalled == true)

0 commit comments

Comments
 (0)