Skip to content

Commit cc7c745

Browse files
committed
fix: typo
1 parent f5d0872 commit cc7c745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auth/mongodb_aws.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ describe('AWS KMS Credential Fetching', function () {
385385

386386
beforeEach(function () {
387387
// @ts-expect-error We intentionally access a protected variable.
388-
credentialProvider = AWSTeVmporaryCredentialProvider.awsSDK;
388+
credentialProvider = AWSTemporaryCredentialProvider.awsSDK;
389389
});
390390

391391
it('KMS credentials are successfully fetched.', async function () {

0 commit comments

Comments
 (0)