You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.log(message:"Failed to attach contributor \(contributor), which is now in state \(contributorState), error \(contributorAttachError)", level:.info)
Copy file name to clipboardExpand all lines: Tests/AblyChatTests/IntegrationTests.swift
+39-7Lines changed: 39 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,55 @@
1
1
import Ably
2
-
import AblyChat
2
+
@testableimport AblyChat
3
3
import Testing
4
4
5
5
/// Some very basic integration tests, just to check that things are kind of working.
6
6
///
7
7
/// It would be nice to give this a time limit, but unfortunately the `timeLimit` trait is only available on iOS 16 etc and above. CodeRabbit suggested writing a timeout function myself and wrapping the contents of the test in it, but I didn’t have time to try understanding its suggested code, so it can wait.
0 commit comments