Skip to content

Commit f90ab2e

Browse files
committed
resolve comments
1 parent 160b742 commit f90ab2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firestore/test/unit/remote/remote_event.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ describe('RemoteEvent', () => {
431431
expectTargetChangeEquals(event.targetChanges.get(1)!, expected);
432432
});
433433

434-
// TODO(Mila): Add test cases for existence filter with bloom filter, one will
435-
// skip the re-query, one will yield false positive result and clears target
436-
// mapping. b/272564458
434+
// TODO(b/272564458): Add test cases for existence filter with bloom filter,
435+
// one will skip the re-query, one will yield false positive result and clears
436+
// target mapping.
437437
it('existence filters clears target mapping', () => {
438438
const targets = listens(1, 2);
439439

0 commit comments

Comments
 (0)