We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3461b73 commit 58bb7bbCopy full SHA for 58bb7bb
Tests/StreamChatUITests/SnapshotTests/ChatMessageList/ChatMessage/ChatMessageContentView_Tests.swift
@@ -16,7 +16,7 @@ import XCTest
16
/// Another user.
17
private let myFriend: ChatUser = .mock(id: .unique, imageURL: TestImages.vader.url)
18
/// The `createdAt` for all test messages
19
- private let createdAt = DateFormatter.Stream.rfc3339Date(from: "2019-12-12T15:33:46.488935Z")!
+ private let createdAt = "2019-12-12T15:33:46.488935Z".toDate()
20
21
/// Static setUp() is only run once. Which is what we want in this case to preload the images.
22
override class func setUp() {
0 commit comments