Skip to content

Commit c127909

Browse files
Update packages/firestore/test/lite/integration.test.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 60f0c83 commit c127909

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 as any, '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({} as any, 'coll/doc')).to.throw(
292292
'Expected first argument to doc() to be a CollectionReference, a DocumentReference or FirebaseFirestore'

0 commit comments

Comments
 (0)