Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Mar 26, 2020
1 parent 3aa6aae commit e621584
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -194,8 +194,7 @@ public void emptyResults_newDocument_ADDED()
@Test
public void emptyResults_modifiedDocument_ADDED() throws Exception {
// create our "existing non-matching document"
DocumentReference testDoc = setDocument("doc", map("bar", (Object) "baz"));
randomColl.document("doc").set(map("baz", "baz")).get(5, TimeUnit.SECONDS);
DocumentReference testDoc = setDocument("doc", map("baz", (Object) "baz"));

final Query query = randomColl.whereEqualTo("foo", "bar");
QuerySnapshotEventListener listener =
Expand Down

0 comments on commit e621584

Please sign in to comment.