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
@@ -72,7 +73,7 @@ internal final class DefaultOccupancy: Occupancy {
72
73
}
73
74
74
75
// (CHA-O3) Users can request an instantaneous occupancy check via the REST API. The request is detailed here (https://sdk.ably.com/builds/ably/specification/main/chat-features/#rest-occupancy-request), with the response format being a simple occupancy event
Copy file name to clipboardExpand all lines: Tests/AblyChatTests/IntegrationTests.swift
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ extension Tag {
9
9
10
10
/// Some very basic integration tests, just to check that things are kind of working.
11
11
///
12
-
/// 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.
12
+
/// 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.
13
13
@Suite(.tags(.integration))
14
14
@MainActor
15
15
structIntegrationTests{
@@ -106,7 +106,7 @@ struct IntegrationTests {
106
106
107
107
// (1) Send a message before subscribing to messages, so that later on we can check history works.
108
108
109
-
// (2) Create a throwaway subscription and wait for it to receive a message. This is to make sure that rxRoom has seen the message that we send here, so that the first message we receive on the subscription created in (5) is that which we’ll send in (6), and not that which we send here.
109
+
// (2) Create a throwaway subscription and wait for it to receive a message. This is to make sure that rxRoom has seen the message that we send here, so that the first message we receive on the subscription created in (5) is that which we'll send in (6), and not that which we send here.
0 commit comments