Skip to content

Commit 67305ea

Browse files
committed
add a reference to b/271949433 in a comment
1 parent 384608c commit 67305ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,7 @@ apiDescribe('Queries', (persistence: boolean) => {
21142114
// Verify that upon resuming the query that Watch sent an existence
21152115
// filter that included a bloom filter, and that that bloom filter
21162116
// was successfully used to avoid a full requery.
2117-
// TODO(b/NNNNNNNN) Replace this "if" condition with !USE_EMULATOR
2117+
// TODO(b/271949433) Replace this "if" condition with !USE_EMULATOR
21182118
// once the feature has been deployed to production. Note that there
21192119
// are no plans to implement the bloom filter in the existence filter
21202120
// responses sent from the Firestore emulator.

0 commit comments

Comments
 (0)