mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
chore: use a seed that's been used in a failed run before
This commit is contained in:
parent
a39ba693aa
commit
5b6c14fa94
@ -301,7 +301,10 @@ The following features are in the longer list, but not in the shorter: ${JSON.st
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
.afterEach(reset(db)),
|
.afterEach(reset(db)),
|
||||||
testParams,
|
{
|
||||||
|
...testParams,
|
||||||
|
seed: -404028249,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user