mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Update FisherYatesShuffle.test.js
Updated fisherYatesShuffle to FisherYatesShuffle
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { shuffle } from '../fisherYatesShuffle'
|
||||
import { shuffle } from '../FisherYatesShuffle'
|
||||
|
||||
describe('shuffle', () => {
|
||||
it('expects to have a new array with same size', () => {
|
||||
|
Reference in New Issue
Block a user