Skip to content

Commit

Permalink
Fix alphanumeric typo in unit test (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaankabalak authored Sep 22, 2023
1 parent 8acb7f1 commit ef6b246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ef6b246

Please sign in to comment.