We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872a097 commit 6ce9105Copy full SHA for 6ce9105
1 file changed
test_runner/src/main/kotlin/ftl/run/status/TestMatrixStatusPrinter.kt
@@ -12,7 +12,7 @@ class TestMatrixStatusPrinter(
12
private val args: IArgs,
13
testMatricesIds: Iterable<String>,
14
private val stopWatch: StopWatch = StopWatch(),
15
- private val printExecutionStatusList: (String, List<TestExecution>) -> Unit = ExecutionStatusListPrinter(args)
+ private val printExecutionStatusList: (String, List<TestExecution>?) -> Unit = ExecutionStatusListPrinter(args)
16
) : (TestMatrix) -> Unit {
17
init {
18
stopWatch.start()
0 commit comments