Skip to content

Commit df87cac

Browse files
committed
firestore change
1 parent 8e7f95c commit df87cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,7 @@ apiDescribe('Database', persistence => {
831831
expect(snap.data()).to.deep.equal(changedData);
832832
// This event could be a metadata change for fromCache as well.
833833
// We comment this line out to reduce flakiness.
834+
834835
// TODO(b/295872012): Figure out a way to check for all scenarios.
835836
// expect(snap.metadata.hasPendingWrites).to.be.false;
836837
});

0 commit comments

Comments
 (0)