Skip to content

Commit 659a17e

Browse files
committed
fix typo
1 parent b680d24 commit 659a17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auth/mongodb_aws.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('MONGODB-AWS', function () {
128128

129129
// Expecting the saslContinue to fail since we changed the conversationId
130130
expect(err).to.be.instanceof(MongoServerError);
131-
expect(err.messsage).to.match(/Mismatched conversation id/);
131+
expect(err.message).to.match(/Mismatched conversation id/);
132132

133133
expect(saslStartResult).to.not.be.undefined;
134134
expect(saslContinue).to.not.be.undefined;

0 commit comments

Comments
 (0)