Skip to content

Commit 3ca1857

Browse files
committed
Fix UserConfigurationSuite
1 parent cfcfef9 commit 3ca1857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/src/test/scala/tests/UserConfigurationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ class UserConfigurationSuite extends BaseSuite {
483483
| "target-build-tool": "invalid-tool"
484484
|}
485485
""".stripMargin,
486-
"Invalid target-build-tool 'invalid-tool'. Valid values are: bazel, gradle, mill, mvn, sbt, scala-cli",
486+
"Invalid target-build-tool 'invalid-tool'. Valid values are: bazel, deder, gradle, mill, mvn, sbt, scala-cli",
487487
)
488488

489489
checkOK(

0 commit comments

Comments
 (0)