Skip to content

Commit 5794196

Browse files
committed
Ensure db passed into test function
1 parent 4280cf6 commit 5794196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,6 @@ describe('Firestore Smoketests', () => {
11821182
});
11831183

11841184
it('should find all museums when querying a collection group', () => {
1185-
return collectionGroupQuery();
1185+
return collectionGroupQuery(db);
11861186
});
11871187
});

0 commit comments

Comments
 (0)