Remove global variables in push tests:
private var rest: ARTRest!
private var mockHttpExecutor: MockHTTPExecutor!
private var storage: MockDeviceStorage!
private var stateMachineDelegate: StateMachineDelegate!
class PushTests: XCTestCase {
...
Tests shouldn't depend on results of other tests.
┆Issue is synchronized with this Jira Task by Unito
Remove global variables in push tests:
Tests shouldn't depend on results of other tests.
┆Issue is synchronized with this Jira Task by Unito