Skip to content

Commit

Permalink
testing smaller limit
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Sep 10, 2023
1 parent 55d1b0b commit c710d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/uniques.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Sqids, { defaultOptions } from '../../src/index.ts';
// @NOTE: "uniques, with blocked words" is auto-tested since a lot of these big ids
// will match some words on the blocklist and will be re-generated anyway

const upTo = 100_000_000;
const upTo = 10_000_000;

test('uniques', () => {
const sqids = new Sqids();
Expand Down

0 comments on commit c710d99

Please sign in to comment.