Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Feb 13, 2024
1 parent 3ef1df5 commit 779fe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/test/instance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ describe('instance', () => {
instanceType: InstanceType.of(InstanceClass.M5, InstanceSize.LARGE),
creditSpecification: CpuCredits.STANDARD,
});
}).toThrow('creditSpecification is supported only for T4g, T3a, T3, T2 instance type. got: m5.large');
}).toThrow('creditSpecification is supported only for T4g, T3a, T3, T2 instance type, got: m5.large');
});
});

Expand Down

0 comments on commit 779fe6d

Please sign in to comment.