We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d2452 commit da88618Copy full SHA for da88618
modules/core/src/test/scala/org/scalasteward/core/buildtool/mill/MillAlgTest.scala
@@ -33,6 +33,7 @@ class MillAlgTest extends FunSuite {
33
val expected = initial.copy(
34
trace = Vector(
35
Cmd("read", s"$repoDir/.mill-version"),
36
+ Cmd("read", s"$repoDir/.config/mill-version"),
37
Cmd("write", predef),
38
Cmd(repoDir.toString :: millCmd),
39
Cmd("rm", "-rf", predef)
0 commit comments