fix: denied chars expected values
This commit is contained in:
parent
4ca3ac357e
commit
f7e535f3c0
@ -106,7 +106,7 @@ describe('token-generator', () => {
|
||||
});
|
||||
|
||||
expect(token).toHaveLength(256);
|
||||
expect(token).toMatch(/^[0-9]+$/);
|
||||
expect(token).toMatch(/^[03456789]+$/);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user