Skip to content

Commit

Permalink
unit test && integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
yasomaru committed May 22, 2024
1 parent f7c8578 commit 35dd7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/test/cluster-engine.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('cluster engine', () => {
test('cluster parameter group correctly determined for AURORA_MYSQL and given version 3', () => {
// GIVEN
const engine = DatabaseClusterEngine.auroraMysql({
version: AuroraMysqlEngineVersion.VER_3_01_0,
version: AuroraMysqlEngineVersion.VER_3_04_2,
});

// WHEN
Expand Down

0 comments on commit 35dd7a1

Please sign in to comment.