diff --git a/tests/unit/test.js b/tests/unit/test.js index 259f0b11..739f1e1b 100644 --- a/tests/unit/test.js +++ b/tests/unit/test.js @@ -297,7 +297,7 @@ describe('Client', function () { done() } }) - it('should fail with alphanumeric', (done) => { + it('should fail with non-alphanumeric', (done) => { try { new Minio.Client({ endPoint: 'localhost##$@3',