Skip to content

Commit

Permalink
Merge pull request #101 from eed3si9n/wip/fix_scripted
Browse files Browse the repository at this point in the history
Fix scripted tests
  • Loading branch information
eed3si9n authored May 23, 2021
2 parents 849f942 + 6099427 commit 6354307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sbt-test/simple/test-listener-multiple/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "test-project"

scalaVersion := "2.10.7"

libraryDependencies += "com.novocode" % "junit-interface" % sys.props("plugin.version") % "test"
libraryDependencies += "com.github.sbt" % "junit-interface" % sys.props("plugin.version") % "test"

testOptions += Tests.Argument(
TestFrameworks.JUnit,
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/simple/test-report-ignored-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "test-report-ignored-tests"

scalaVersion := "2.13.6"

libraryDependencies += "com.novocode" % "junit-interface" % sys.props("plugin.version") % "test"
libraryDependencies += "com.github.sbt" % "junit-interface" % sys.props("plugin.version") % "test"

val checkTestSummaryOutput = taskKey[Unit]("Check test summary output")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "test-report-ignored-tests"

scalaVersion := "2.13.6"

libraryDependencies += "com.novocode" % "junit-interface" % sys.props("plugin.version") % "test"
libraryDependencies += "com.github.sbt" % "junit-interface" % sys.props("plugin.version") % "test"

// NOTE: by default junit-interface ignores `org.junit.runners.Suite`,
// which is used in this integration test,
Expand Down

0 comments on commit 6354307

Please sign in to comment.