Skip to content

Commit 735b9f6

Browse files
Fixed the tests
1 parent a32d90a commit 735b9f6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelView_Tests.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ import SwiftUI
99
import XCTest
1010

1111
class ChatChannelView_Tests: StreamChatTestCase {
12+
13+
override func setUp() {
14+
super.setUp()
15+
let utils = Utils(dateFormatter: EmptyDateFormatter())
16+
streamChat = StreamChat(chatClient: chatClient, utils: utils)
17+
}
1218

1319
func test_chatChannelView_snapshot() {
1420
// Given
-19.1 KB
Loading

0 commit comments

Comments
 (0)