aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-27 12:05:23 -0800
committerGravatar GitHub <noreply@github.com>2017-11-27 12:05:23 -0800
commit8c4cd9d5413e7f458001016e5faace2b610a69ce (patch)
tree61f1ff95d2f9b830fbcf3e32aff0472cf7f779c6 /Firestore/Example/Tests
parent782408ff5850027898ebb0f9d16cbda8272e0d32 (diff)
Change FSTExponentialBackoff to use firestore::SecureRandom directly (#492)
* Migrate FSTExponentialBackoff to Objective-C++ * Change FSTExponentialBackoff to use firestore::SecureRandom directly
Diffstat (limited to 'Firestore/Example/Tests')
-rw-r--r--Firestore/Example/Tests/Integration/FSTDatastoreTests.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Firestore/Example/Tests/Integration/FSTDatastoreTests.m b/Firestore/Example/Tests/Integration/FSTDatastoreTests.m
index bf2c44b..047f059 100644
--- a/Firestore/Example/Tests/Integration/FSTDatastoreTests.m
+++ b/Firestore/Example/Tests/Integration/FSTDatastoreTests.m
@@ -40,7 +40,6 @@
#import "Firestore/Source/Remote/FSTRemoteStore.h"
#import "Firestore/Source/Util/FSTAssert.h"
#import "Firestore/Source/Util/FSTDispatchQueue.h"
-#import "Firestore/Source/Util/FSTUtil.h"
#import "Firestore/Example/Tests/Util/FSTIntegrationTestCase.h"