We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359d155 commit 5443bf6Copy full SHA for 5443bf6
packages/shell-api/src/mongo.spec.ts
@@ -940,7 +940,7 @@ describe('Mongo', function () {
940
expect(coll._database._name).to.equal('db1');
941
});
942
943
- it('throws if name is not a valid collnection string', function () {
+ it('throws if name is not a valid collection string', function () {
944
expect(() => {
945
// @ts-expect-error db is not valid, but that's the point of the test
946
mongo.getCollection('db');
0 commit comments