Skip to content

Commit cec7d56

Browse files
authored
1 parent 9ef3fa3 commit cec7d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/test.firestore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ describe("firestore", () => {
808808
it("should handle an in where", () => {
809809
const citiesRef = db.collection('cities');
810810
// [START in_filter]
811-
citiesRef.where('region', 'in', ['USA', 'Japan']);
811+
citiesRef.where('country', 'in', ['USA', 'Japan']);
812812
// [END in_filter]
813813

814814
// [START in_filter_with_array]

0 commit comments

Comments
 (0)