Skip to content

Commit 1a6674c

Browse files
committed
change the seed
1 parent 5f24b0e commit 1a6674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-tests/e2e-tests/spring/spring-rest-openapi-v3/src/test/kotlin/org/evomaster/e2etests/spring/openapi/v3/flakinessdetect/FlakinessDetectBlackboxEMTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FlakinessDetectBlackboxEMTest : SpringTestBase() {
2222

2323
@Test
2424
fun testRunEM() {
25-
defaultSeed = 43
25+
defaultSeed = 123
2626

2727
runTestHandlingFlakyAndCompilation(
2828
"FlakinessDetectBlackboxEM",

0 commit comments

Comments
 (0)