Skip to content

Commit 6df3719

Browse files
...
1 parent 76a839a commit 6df3719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api/validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ apiDescribe('Validation:', (persistence: boolean) => {
242242
);
243243
expect(() => baseDocRef.collection('')).to.throw(
244244
`Function ${
245-
usesFunctionalApi() ? 'collection' : 'DocumentReference.collection'
245+
usesFunctionalApi() ? 'collection' : 'DocumentReference.collectionq'
246246
}() requires its ${argumentPosition} argument to be of type ` +
247247
'non-empty string, but it was: ""'
248248
);

0 commit comments

Comments
 (0)