Skip to content

Commit f47e444

Browse files
committed
Set testStep default value to false
1 parent 109ffdf commit f47e444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenariorun/src/main/kotlin/com/cosmotech/scenariorun/ContainerFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ class ContainerFactory(
902902
}
903903

904904
private fun testStep(step: Boolean?): Boolean {
905-
return step ?: true
905+
return step ?: false
906906
}
907907

908908
@Suppress("LongParameterList")

0 commit comments

Comments
 (0)