Skip to content

Commit 5443bf6

Browse files
lerouxbaddaleax
andauthored
Update packages/shell-api/src/mongo.spec.ts
Co-authored-by: Anna Henningsen <[email protected]>
1 parent 359d155 commit 5443bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell-api/src/mongo.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ describe('Mongo', function () {
940940
expect(coll._database._name).to.equal('db1');
941941
});
942942

943-
it('throws if name is not a valid collnection string', function () {
943+
it('throws if name is not a valid collection string', function () {
944944
expect(() => {
945945
// @ts-expect-error db is not valid, but that's the point of the test
946946
mongo.getCollection('db');

0 commit comments

Comments
 (0)