Skip to content

Commit

Permalink
test: fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed May 3, 2024
1 parent ca36a2d commit be57688
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 @@ -37,6 +37,6 @@ describe('Module Test', () => {

const sidResult = await sid();

assert.match(sidResult, /^S-1-[0-59]-\d{2}-\d{8,10}-\d{8,10}-\d{8,10}-[1-9]\d{3}/);
assert.match(sidResult, /^S-1-[0-59]-\d{2}-\d{8,10}-\d{8,10}-\d{8,10}-[1-9]\d{9}/);
});
});

0 comments on commit be57688

Please sign in to comment.