Skip to content

Commit

Permalink
Merge pull request #1907 from ably/fix/1889-unskip-presense-tests
Browse files Browse the repository at this point in the history
[ECO-4695] Unskip presense tests
  • Loading branch information
maratal authored May 13, 2024
2 parents 6541d10 + c6fdeca commit bc278a9
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 400 deletions.
1 change: 0 additions & 1 deletion Test/Test Utilities/TestUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,6 @@ extension ARTRealtime {
guard let transport = self.internal.transport as? TestProxyTransport else {
fail("TestProxyTransport is not set"); return
}
channel.internal.presence.startSync()
transport.send(syncMessage)
}
}
Expand Down
Loading

0 comments on commit bc278a9

Please sign in to comment.