Skip to content

Commit c8cb449

Browse files
authored
fix(client-cognito-identity): import client from new location in src (#2858)
1 parent 980e1a2 commit c8cb449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clients/client-cognito-identity/test/e2e/CognitoIdentity.ispec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* in NodeJS, Chromium and Firefox. This test is written in mocha.
55
*/
66
import { expect } from "chai";
7-
import { CognitoIdentity } from "../index";
7+
8+
import { CognitoIdentity } from "../../src/index";
89
// There will be default values of defaultRegion, credentials, and isBrowser variable in browser tests.
910
// Define the values for Node.js tests
1011
const region: string | undefined = (globalThis as any).defaultRegion || process?.env?.AWS_SMOKE_TEST_REGION;

0 commit comments

Comments
 (0)