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, });