Skip to content

Commit

Permalink
Fix for "test__023__Presence__Channel_state_change_side_effects..." t…
Browse files Browse the repository at this point in the history
…est (draft).
  • Loading branch information
maratal committed May 22, 2023
1 parent cf03285 commit 2f8cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Tests/RealtimeClientPresenceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ class RealtimeClientPresenceTests: XCTestCase {
waitUntil(timeout: testTimeout) { done in
let partialDone = AblyTests.splitDone(4, done: done)
channel.presence.subscribe { presence in
XCTAssertEqual(presence.action, ARTPresenceAction.leave)
XCTAssertTrue(presence.action == ARTPresenceAction.update || presence.action == ARTPresenceAction.leave)
XCTAssertEqual(presence.clientId, "tester")
partialDone()
}
Expand Down

0 comments on commit 2f8cf26

Please sign in to comment.