aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2018-06-20 12:11:24 -0700
committerGravatar GitHub <noreply@github.com>2018-06-20 12:11:24 -0700
commitc5187df52e192845468887590529c354708bdf0f (patch)
treeeb0eb698a9749743c1591f2a573e3a918e9909cd /Firestore/Example
parenta4b7a244e7bc2778e7178f7855d58bb93f0deaf8 (diff)
Removing the target state on stream error (#1420)
Diffstat (limited to 'Firestore/Example')
-rw-r--r--Firestore/Example/Tests/Remote/FSTRemoteEventTests.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Firestore/Example/Tests/Remote/FSTRemoteEventTests.mm b/Firestore/Example/Tests/Remote/FSTRemoteEventTests.mm
index c6936f7..715f09b 100644
--- a/Firestore/Example/Tests/Remote/FSTRemoteEventTests.mm
+++ b/Firestore/Example/Tests/Remote/FSTRemoteEventTests.mm
@@ -93,8 +93,6 @@ NS_ASSUME_NONNULL_BEGIN
* Creates an aggregator initialized with the set of provided FSTWatchChanges. Tests can add further
* changes via `handleDocumentChange`, `handleTargetChange` and `handleExistenceFilterChange`.
*
- * @param snapshotVersion The version at which to create the remote event. This corresponds to the
- * snapshot version provided by a NO_CHANGE event.
* @param targetMap A map of query data for all active targets. The map must include an entry for
* every target referenced by any of the watch changes.
* @param outstandingResponses The number of outstanding ACKs a target has to receive before it is