From ef6b24676d3a59196f385f5b7e563c7b5cdd26e7 Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Fri, 22 Sep 2023 12:49:36 +0300 Subject: [PATCH] Fix alphanumeric typo in unit test (#1209) --- tests/unit/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',