From fcee4b47a82e0ce829ae8a69b95acde50382d107 Mon Sep 17 00:00:00 2001 From: Matsuda Date: Wed, 8 Jan 2025 20:47:14 +0900 Subject: [PATCH] Update user.test.ts Co-authored-by: Kenta Goto (k.goto) <24818752+go-to-k@users.noreply.github.com> Signed-off-by: Matsuda --- test/aws-elasticache/user.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aws-elasticache/user.test.ts b/test/aws-elasticache/user.test.ts index f89c560..5e1d410 100644 --- a/test/aws-elasticache/user.test.ts +++ b/test/aws-elasticache/user.test.ts @@ -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, });