Skip to content

Commit

Permalink
Fix Files were changed during build
Browse files Browse the repository at this point in the history
  • Loading branch information
vumdao committed Nov 13, 2024
1 parent 21d6086 commit 802e977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/Cognito.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ import {
UserPool,
} from 'aws-cdk-lib/aws-cognito';
import { Aspects, Stack } from 'aws-cdk-lib/core';
import { TestPack, TestType, validateStack } from './utils';
import {
CognitoUserPoolAPIGWAuthorizer,
CognitoUserPoolAdvancedSecurityModeEnforced,
CognitoUserPoolMFA,
CognitoUserPoolNoUnauthenticatedLogins,
CognitoUserPoolStrongPasswordPolicy,
} from '../../src/rules/cognito';
import { TestPack, TestType, validateStack } from './utils';

const testPack = new TestPack([
CognitoUserPoolAPIGWAuthorizer,
Expand Down

0 comments on commit 802e977

Please sign in to comment.