Skip to content

Commit 98419c4

Browse files
author
Brian Chen
authored
Fix flaky transaction tests (#1444)
1 parent ed1b4ef commit 98419c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/TransactionTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ private void prepareDoc() {
157157
docRef = db.collection("tester-docref").document();
158158
if (fromExistingDoc) {
159159
waitFor(docRef.set(map("foo", "bar0")));
160-
DocumentSnapshot docSnap = waitFor(docRef.get());
161-
assertTrue(docSnap.exists());
162160
}
163161
}
164162

0 commit comments

Comments
 (0)