File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
firebase-firestore/src/androidTest/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1170,7 +1170,7 @@ public void resumingAQueryShouldUseBloomFilterToAvoidFullRequery() throws Except
1170
1170
bloomFilterShouldAvertAFullRequeryWhenDocumentsWereAddedDeletedRemovedUpdatedAndUnchangedSinceTheResumeToken ()
1171
1171
throws Exception {
1172
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
1173
+ // the emulator is improved to include a bloom filter in the existence filter messages that it
1174
1174
// sends.
1175
1175
assumeFalse (
1176
1176
"Skip this test when running against the Firestore emulator because the emulator does not "
You can’t perform that action at this time.
0 commit comments