Skip to content

Commit efe623f

Browse files
lefoumzuehlke
authored andcommitted
fix test
1 parent 166df44 commit efe623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/scala/org/scalasteward/core/buildtool/mill/MillAlgTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MillAlgTest extends FunSuite {
3939
val millCmd = Cmd.execSandboxed(
4040
repoDir,
4141
"mill",
42-
"-i",
42+
"--no-server",
4343
"--import",
4444
"ivy:org.scala-steward::scala-steward-mill-plugin::0.18.0",
4545
"show",

0 commit comments

Comments
 (0)