Skip to content

Commit 3798032

Browse files
committed
resolve comments
1 parent 5a20011 commit 3798032

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/androidTest/java/com/google/firebase/firestore

1 file changed

+1
-1
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ public void resumingAQueryShouldUseBloomFilterToAvoidFullRequery() throws Except
11701170
bloomFilterShouldAvertAFullRequeryWhenDocumentsWereAddedDeletedRemovedUpdatedAndUnchangedSinceTheResumeToken()
11711171
throws Exception {
11721172
// TODO(b/291365820): Stop skipping this test when running against the Firestore emulator once
1173-
// the emulator is improved to include a bloom filter in the existence filter "messages that it
1173+
// the emulator is improved to include a bloom filter in the existence filter messages that it
11741174
// sends.
11751175
assumeFalse(
11761176
"Skip this test when running against the Firestore emulator because the emulator does not "

0 commit comments

Comments
 (0)