Skip to content

Commit

Permalink
Small typo (#1383)
Browse files Browse the repository at this point in the history
Pull request: #1383
  • Loading branch information
nrktkt committed Jun 23, 2021
1 parent 52dc4fe commit e1633a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalib/src/TestModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait TestModule extends JavaModule with TaskModule {
def testFramework: T[String] = T {
val frameworks = testFrameworks()
val msg =
"Target testFrameworks is deprecated. Please use target testFramework or use on of the " +
"Target testFrameworks is deprecated. Please use target testFramework or use one of the " +
"predefined TestModules: TestNg, Junit, Scalatest, ..."
if (frameworks.size != 1) {
Result.Failure(
Expand Down

0 comments on commit e1633a6

Please sign in to comment.