1
0
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:
Thomas Heartman 2023-01-04 10:05:08 +01:00
parent a39ba693aa
commit 5b6c14fa94
No known key found for this signature in database
GPG Key ID: 47CFBB2D87C87664

View File

@ -301,7 +301,10 @@ The following features are in the longer list, but not in the shorter: ${JSON.st
},
)
.afterEach(reset(db)),
testParams,
{
...testParams,
seed: -404028249,
},
);
});