Skip to content

Commit

Permalink
Fix Xcode 13 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira committed Sep 29, 2023
1 parent 5255e33 commit 1955e71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@testable import StreamChatTestTools
import XCTest

#if swift(>=5.7)
@available(iOS 16.0, *)
final class ChatMessage_Equatable_Tests: XCTestCase {
var database: DatabaseContainer!
Expand Down Expand Up @@ -241,3 +242,4 @@ extension Collection {
}
}
}
#endif

0 comments on commit 1955e71

Please sign in to comment.