aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Integration
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-08 14:01:13 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-08 14:02:23 -0800
commit84e7f27a3f1885cfe986b154283bcade52f4408d (patch)
treeeb735c6ed16faad3c7074b434929689b864cbe93 /Firestore/Example/Tests/Integration
parentbf48b0abc18e098c2579ddd3bcd8694269e2db25 (diff)
Adding default option
Diffstat (limited to 'Firestore/Example/Tests/Integration')
-rw-r--r--Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m b/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
index 6a53868..94dcee0 100644
--- a/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
+++ b/Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m
@@ -128,7 +128,8 @@
[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 the timestamps.
+ */
- (void)verifyTimestampsInSnapshot:(FIRDocumentSnapshot *)snapshot
fromPreviousSnapshot:(nullable FIRDocumentSnapshot *)previousSnapshot {
if (previousSnapshot == nil) {