Skip to content

Commit

Permalink
Update user.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kenta Goto (k.goto) <[email protected]>
Signed-off-by: Matsuda <[email protected]>
  • Loading branch information
mazyu36 and go-to-k authored Jan 8, 2025
1 parent 74d49e3 commit fcee4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aws-elasticache/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('ElastiCache User', () => {
stack = new Stack(app, 'TestStack', {});
});

test('Create an user with minimal properties', () => {
test('Create a user with minimal properties', () => {
new User(stack, 'User', {
authenticationType: AuthenticationType.NO_PASSWORD_REQUIRED,
});
Expand Down

0 comments on commit fcee4b4

Please sign in to comment.