Skip to content

Commit bc39eb5

Browse files
author
Brian Chen
authored
Fix flaky transaction tests (#2888)
1 parent ce3addb commit bc39eb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ apiDescribe('Database transactions', (persistence: boolean) => {
167167
this.docRef = this.db.collection('tester-docref').doc();
168168
if (this.fromExistingDoc) {
169169
await this.docRef.set({ foo: 'bar0' });
170-
const docSnap = await this.docRef.get();
171-
expect(docSnap.exists).to.equal(true);
172170
}
173171
}
174172

0 commit comments

Comments
 (0)