ably-cocoa
ably-cocoa copied to clipboard
Don't have global or file scope mutable state in test suite
TODO fill this one out — split from #1601. Roughly speaking, it's removing all of the static var
in the test suite, plus the global variables in the test files, plus the same for let
s that are objects with mutable state.
- Tried removing use of
AblyTests.queue
— WIP in https://github.com/ably/ably-cocoa/pull/1662, and also I merged #1671 but had to revert it in #1674.
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3491