Skip to content

Commit

Permalink
update system test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed May 11, 2020
1 parent 2ea0ae9 commit 554db5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1148,7 +1148,7 @@ public void inQueriesWithDocumentId() throws Exception {
setDocument("c", map("count", 3));

QuerySnapshot querySnapshot =
randomColl.whereIn("zip", Arrays.<Object>asList(doc1.getId(), doc2)).get().get();
randomColl.whereIn("count", Arrays.<Object>asList(doc1.getId(), doc2)).get().get();

assertEquals(asList("a", "c"), querySnapshotToIds(querySnapshot));
}
Expand Down

0 comments on commit 554db5a

Please sign in to comment.