Skip to content

Commit c11941b

Browse files
authored
Fix failing unit test due to new Firestore SDK (#320)
1 parent 587127a commit c11941b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/providers/firestore.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,10 +494,6 @@ describe('Firestore Functions', () => {
494494
});
495495

496496
it('should support #ref', () => {
497-
expect(Object.keys(snapshot.ref)).to.deep.equal([
498-
'_firestore',
499-
'_referencePath',
500-
]);
501497
expect(snapshot.ref.path).to.equal('collection/123');
502498
});
503499

0 commit comments

Comments
 (0)