We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a20011 commit 3798032Copy full SHA for 3798032
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java
@@ -1170,7 +1170,7 @@ public void resumingAQueryShouldUseBloomFilterToAvoidFullRequery() throws Except
1170
bloomFilterShouldAvertAFullRequeryWhenDocumentsWereAddedDeletedRemovedUpdatedAndUnchangedSinceTheResumeToken()
1171
throws Exception {
1172
// 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
+ // the emulator is improved to include a bloom filter in the existence filter messages that it
1174
// sends.
1175
assumeFalse(
1176
"Skip this test when running against the Firestore emulator because the emulator does not "
0 commit comments