Skip to content

Commit

Permalink
Merge branch 'master' into ref-get-set-object-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx authored Sep 25, 2023
2 parents ec04f38 + ef6b246 commit 69cabd6
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 69cabd6

Please sign in to comment.