Skip to content

Commit 6ce9105

Browse files
committed
Fix
1 parent 872a097 commit 6ce9105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_runner/src/main/kotlin/ftl/run/status/TestMatrixStatusPrinter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TestMatrixStatusPrinter(
1212
private val args: IArgs,
1313
testMatricesIds: Iterable<String>,
1414
private val stopWatch: StopWatch = StopWatch(),
15-
private val printExecutionStatusList: (String, List<TestExecution>) -> Unit = ExecutionStatusListPrinter(args)
15+
private val printExecutionStatusList: (String, List<TestExecution>?) -> Unit = ExecutionStatusListPrinter(args)
1616
) : (TestMatrix) -> Unit {
1717
init {
1818
stopWatch.start()

0 commit comments

Comments
 (0)