Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jan 22, 2025
1 parent a85d0a8 commit 200b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalib/test/src/mill/scalalib/BomTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ object BomTests extends TestSuite {
val res = eval(modules.bom.invalid.exclude.compileClasspath)
assert(
res.left.exists(_.toString.contains(
"Found BOM dependencies with invalid parameters:"
"Found Bill of Material (BOM) dependencies with invalid parameters:"
))
)
}
Expand Down

0 comments on commit 200b33d

Please sign in to comment.