Skip to content

Commit a24093d

Browse files
committed
resolve comments
1 parent 0a4a46a commit a24093d

File tree

1 file changed

+1
-1
lines changed
  • packages/firestore/test/integration/util

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/util/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export function withEmptyTestCollection(
260260
fn: (collection: CollectionReference, db: Firestore) => Promise<void>
261261
): Promise<void> {
262262
return withTestDb(persistence, db => {
263-
return withTestCollectionSettings(persistence, DEFAULT_SETTINGS, {}, fn);
263+
return withTestCollection(persistence, {}, fn);
264264
});
265265
}
266266
// TODO(mikelehen): Once we wipe the database between tests, we can probably

0 commit comments

Comments
 (0)