Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
test: updated shuffle test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmgulland committed Jun 7, 2024
1 parent 1254e14 commit b0e3091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/random.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Random number generation', () => {
})

test('randomize shuffles an array', () => {
const arr = [1, 2, 3, 4, 5]
const arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
expect(randomize(arr)).not.toEqual(arr)
})

Expand Down

0 comments on commit b0e3091

Please # to comment.