aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m')
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m12
1 files changed, 0 insertions, 12 deletions
diff --git a/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m b/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
index 2a21dc0..5cda053 100644
--- a/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
+++ b/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
@@ -167,18 +167,6 @@
[self awaitExpectations];
}
-/** Disables the network synchronously. */
-- (void)disableNetwork {
- [_docRef.firestore.client disableNetworkWithCompletion:_accumulator.errorEventHandler];
- [_accumulator awaitEventWithName:@"Disconnect event."];
-}
-
-/** Enables the network synchronously. */
-- (void)enableNetwork {
- [_docRef.firestore.client enableNetworkWithCompletion:_accumulator.errorEventHandler];
- [_accumulator awaitEventWithName:@"Reconnect event."];
-}
-
#pragma mark - Test Cases
- (void)testServerTimestampsWorkViaSet {