summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLNetworkConfigurationTests.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/MGLNetworkConfigurationTests.mm')
-rw-r--r--platform/ios/test/MGLNetworkConfigurationTests.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/ios/test/MGLNetworkConfigurationTests.mm b/platform/ios/test/MGLNetworkConfigurationTests.mm
index 60d551cfee..54c29e79d3 100644
--- a/platform/ios/test/MGLNetworkConfigurationTests.mm
+++ b/platform/ios/test/MGLNetworkConfigurationTests.mm
@@ -55,5 +55,8 @@
// TODO: When the double linking framework fix lands this should be replaced to an equal assert
XCTAssertNotEqual([MGLNetworkConfiguration sharedManager].stopsRequests, offline);
+ // Resets to the default value in order to let other tests run properly
+ [MGLNetworkConfiguration sharedManager].stopsRequests = NO;
+
}
@end