Skip to content

Commit 0db3e53

Browse files
committed
.
1 parent 2be24d4 commit 0db3e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalalib/src/mill/scalalib/TestModule.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ object TestModule {
402402
def handleResults(
403403
doneMsg: String,
404404
results: Seq[TestResult],
405-
ctx: Ctx.Env & Ctx.Dest,
405+
ctx: Ctx,
406406
testReportXml: Option[String],
407407
props: Option[Map[String, String]] = None
408408
): Result[(String, Seq[TestResult])] =

0 commit comments

Comments
 (0)