From 5b1ca51e7264b5ac581c7a0382beb44ed65bdf14 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 12 Dec 2017 07:11:39 +0800 Subject: Addressing comments --- Firestore/Example/Tests/Integration/API/FIRServerTimestampTests.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Firestore/Example/Tests/Integration/API') 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 -#import #import #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 { -- cgit v1.2.3