mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix a flaky test (no-changelog) (#9851)
This commit is contained in:
committed by
GitHub
parent
164ec72c0d
commit
80ebe774bc
@@ -148,7 +148,7 @@ describe('Test getResolvables', () => {
|
||||
|
||||
describe('shuffleArray', () => {
|
||||
it('should shuffle array', () => {
|
||||
const array = [1, 2, 3, 4, 5];
|
||||
const array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
||||
const toShuffle = [...array];
|
||||
shuffleArray(toShuffle);
|
||||
expect(toShuffle).not.toEqual(array);
|
||||
|
||||
Reference in New Issue
Block a user