aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Local/FSTMutationQueueTests.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Tests/Local/FSTMutationQueueTests.mm')
-rw-r--r--Firestore/Example/Tests/Local/FSTMutationQueueTests.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Firestore/Example/Tests/Local/FSTMutationQueueTests.mm b/Firestore/Example/Tests/Local/FSTMutationQueueTests.mm
index 202a39c..465a2cb 100644
--- a/Firestore/Example/Tests/Local/FSTMutationQueueTests.mm
+++ b/Firestore/Example/Tests/Local/FSTMutationQueueTests.mm
@@ -40,7 +40,6 @@ NS_ASSUME_NONNULL_BEGIN
@implementation FSTMutationQueueTests
- (void)tearDown {
- [self.mutationQueue shutdown];
[self.persistence shutdown];
[super tearDown];
}
@@ -143,7 +142,6 @@ NS_ASSUME_NONNULL_BEGIN
XCTAssertEqual([self.mutationQueue highestAcknowledgedBatchID], batch2.batchID);
// Restart the queue so that nextBatchID will be reset.
- [self.mutationQueue shutdown];
self.mutationQueue = [self.persistence mutationQueueForUser:User("user")];
FSTWriteGroup *group = [self.persistence startGroupWithAction:@"Start MutationQueue"];