aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth/Tests/FIRAuthDispatcherTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Auth/Tests/FIRAuthDispatcherTests.m')
-rw-r--r--Example/Auth/Tests/FIRAuthDispatcherTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Auth/Tests/FIRAuthDispatcherTests.m b/Example/Auth/Tests/FIRAuthDispatcherTests.m
index 9b0abc4..fc8cab1 100644
--- a/Example/Auth/Tests/FIRAuthDispatcherTests.m
+++ b/Example/Auth/Tests/FIRAuthDispatcherTests.m
@@ -98,7 +98,7 @@ id<OS_dispatch_queue> testWorkQueue;
XCTFail();
}];
[self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- dispatcher.dispatchAfterImplementation = nil;;
+ dispatcher.dispatchAfterImplementation = nil;
}