From 7474b09e35eb1642a2d25e999f31b27d838edda1 Mon Sep 17 00:00:00 2001 From: Francis Date: Fri, 26 Apr 2024 00:58:47 -0700 Subject: [PATCH] fix import Signed-off-by: Francis --- .../aws-custom-resource/aws-sdk-v3-handler.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/custom-resource-handlers/test/custom-resources/aws-custom-resource/aws-sdk-v3-handler.test.ts b/packages/@aws-cdk/custom-resource-handlers/test/custom-resources/aws-custom-resource/aws-sdk-v3-handler.test.ts index c22dec3e4fdcb..a43eb297ec54c 100644 --- a/packages/@aws-cdk/custom-resource-handlers/test/custom-resources/aws-custom-resource/aws-sdk-v3-handler.test.ts +++ b/packages/@aws-cdk/custom-resource-handlers/test/custom-resources/aws-custom-resource/aws-sdk-v3-handler.test.ts @@ -9,7 +9,7 @@ import * as fs from 'fs-extra'; import * as nock from 'nock'; import { handler } from '../../../lib/custom-resources/aws-custom-resource-handler'; import { AwsSdkCall } from '../../../lib/custom-resources/aws-custom-resource-handler/construct-types'; -import { forceSdkInstallation } from '../../../lib/custom-resources/aws-custom-resource-handler/sdk-loader'; +import { forceSdkInstallation } from '../../../lib/custom-resources/aws-custom-resource-handler/load-sdk'; import 'aws-sdk-client-mock-jest' ; // This test performs an 'npm install' which may take longer than the default