Skip to content

Commit 162b0dc

Browse files
Fix unit test
1 parent af7a2df commit 162b0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/api/document_change.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('DocumentChange:', () => {
5353
const expected = documentSetAsArray(updatedSnapshot.docs);
5454
const actual = documentSetAsArray(initialSnapshot.docs);
5555

56-
const db = firestore()._delegate;
56+
const db = firestore();
5757
const snapshot = new QuerySnapshot(
5858
db,
5959
new ExpUserDataWriter(db),

0 commit comments

Comments
 (0)