Skip to content

Commit 6e0db18

Browse files
committed
merge
2 parents 30962d2 + c127909 commit 6e0db18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/lite/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ describe('doc', () => {
286286
it('validates path', () => {
287287
return withTestDb(db => {
288288
expect(() => doc(undefined, 'coll/doc')).to.throw(
289-
'Function doc() cannot be called with an empty first argument.'
289+
'Function doc() cannot be called with an undefined first argument.'
290290
);
291291
expect(() => doc({}, 'coll/doc')).to.throw(
292292
'Expected first argument to doc() to be a CollectionReference, a DocumentReference or FirebaseFirestore'

0 commit comments

Comments
 (0)