Skip to content

Commit

Permalink
fix: failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
longtv2222 committed Jan 16, 2024
1 parent 1755428 commit eae85fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-efs/test/efs-file-system.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test('file system with transition to archive is created correctly', () => {
// WHEN
new FileSystem(stack, 'EfsFileSystem', {
vpc,
transitionToArchive: LifecyclePolicy.AFTER_1_DAY,
transitionToArchivePolicy: LifecyclePolicy.AFTER_1_DAY,
});

Template.fromStack(stack).hasResourceProperties('AWS::EFS::FileSystem', {
Expand Down

0 comments on commit eae85fd

Please sign in to comment.