aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Integration/API
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 07:11:39 +0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 07:11:39 +0800
commit5b1ca51e7264b5ac581c7a0382beb44ed65bdf14 (patch)
tree8fc0ba38792944b8e6d599eaa11896d66b3801da /Firestore/Example/Tests/Integration/API
parent64066c643d4e1fff7d00d656201d056f10fb2c36 (diff)
Addressing comments
Diffstat (limited to 'Firestore/Example/Tests/Integration/API')
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m b/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
index f2ae687..da3c03c 100644
--- a/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
+++ b/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
@@ -16,8 +16,6 @@
@import FirebaseFirestore;
-#import <FirebaseFirestore/FIRDocumentSnapshot.h>
-#import <OCMock/OCMArg.h>
#import <XCTest/XCTest.h>
#import "Firestore/Example/Tests/Util/FSTEventAccumulator.h"
@@ -128,7 +126,9 @@
[self expectedDataWithTimestamp:timestamp]);
}
-/** Verifies a snapshot containing _setData but using the previous field value for the timestamps.
+/**
+ * Verifies a snapshot containing _setData but using the previous field value for server
+ * timestamps.
*/
- (void)verifyTimestampsInSnapshot:(FIRDocumentSnapshot *)snapshot
fromPreviousSnapshot:(nullable FIRDocumentSnapshot *)previousSnapshot {