diff --git a/test/validator/index.ts b/test/validator/index.ts index 5067315354..e58be87a3a 100644 --- a/test/validator/index.ts +++ b/test/validator/index.ts @@ -130,6 +130,6 @@ describe('validate', () => { name: 'test', namespace: 'foreign' }); - }) - }) + }); + }); });