Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Jul 8, 2020
1 parent 1c868f3 commit bc8880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const runTests = () => {
// console.log(`${i}: ${rng.next().value}`);
rands.push(rand.next().value);
}
const uniqueRands = new Set(rngs);
const uniqueRands = new Set(rands);
test("all elms are unique", () => {
assertEquals(rands.length === uniqueRands.size, true);
});
Expand Down

0 comments on commit bc8880d

Please sign in to comment.