From 1be6b839fbedbd27b120e2cb9745bd763ba11d19 Mon Sep 17 00:00:00 2001 From: Heitor Ramon Ribeiro Date: Thu, 11 Apr 2019 13:04:07 -0300 Subject: [PATCH] Lint Fix --- test/validators.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/validators.js b/test/validators.js index 914ffbe5d..93128f98a 100644 --- a/test/validators.js +++ b/test/validators.js @@ -18,7 +18,7 @@ function test(options) { let warning = format( 'validator.%s(%s) failed but should have passed', options.validator, - args.join(', '), + args.join(', ') ); throw new Error(warning); } @@ -31,7 +31,7 @@ function test(options) { let warning = format( 'validator.%s(%s) passed but should have failed', options.validator, - args.join(', '), + args.join(', ') ); throw new Error(warning); } @@ -67,7 +67,7 @@ describe('Validators', () => { `${repeat('a', 64)}@${repeat('a', 63)}.com`, `${repeat('a', 64)}@${repeat('a', 63)}.${repeat('a', 63)}.${repeat( 'a', - 63, + 63 )}.${repeat('a', 58)}.com`, `${repeat('a', 64)}@${repeat('a', 63)}.com`, `${repeat('a', 31)}@gmail.com`,