Skip to content

Commit 0e0e8f9

Browse files
committed
fix error message
1 parent e7262aa commit 0e0e8f9

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
@@ -289,7 +289,7 @@ describe('doc', () => {
289289
// @ts-ignore
290290
doc(undefined, 'coll/doc')
291291
).to.throw(
292-
'Function doc() cannot be called with an empty first argument.'
292+
'Function doc() cannot be called with an undefined first argument.'
293293
);
294294
expect(() =>
295295
// @ts-ignore

0 commit comments

Comments
 (0)