Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Apr 3, 2024
1 parent e3cc392 commit 86edaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Module Test', () => {
regex = /[0-9a-zA-Z]{8}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{12}/;
break;
default:
regex = /[0-9A-Z]{32}/;
regex = /[0-9a-zA-Z]{32}/;
break;
}

Expand Down

0 comments on commit 86edaec

Please sign in to comment.