aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Integration
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-12-18 21:05:07 -0800
committerGravatar GitHub <noreply@github.com>2017-12-18 21:05:07 -0800
commit52cdf0b25a12b5baed8546893634dab9c1a03e56 (patch)
tree2de151c370aabbe1721a56f7bda3d703534309e9 /Firestore/Example/Tests/Integration
parent52c7329f2a74ad457898afebe21b1f02e35d0d0f (diff)
Clean up warnings (#578)
* Clean up warnings * Remove optional parens around ifs
Diffstat (limited to 'Firestore/Example/Tests/Integration')
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRQueryTests.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Firestore/Example/Tests/Integration/API/FIRQueryTests.m b/Firestore/Example/Tests/Integration/API/FIRQueryTests.m
index 251270a..831c897 100644
--- a/Firestore/Example/Tests/Integration/API/FIRQueryTests.m
+++ b/Firestore/Example/Tests/Integration/API/FIRQueryTests.m
@@ -271,6 +271,8 @@
[self enableNetwork];
querySnap = [self.eventAccumulator awaitEventWithName:@"back online event with isFromCache=NO"];
XCTAssertEqual(querySnap.metadata.isFromCache, NO);
+
+ [registration remove];
}
@end