Skip to content

Commit

Permalink
some test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka committed Oct 24, 2024
1 parent 8220cff commit 8166875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-frameworks/mixed/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ scala_test(
shard_count = 2,
tags = ["manual"],
runtime_deps = [
"@hamcrest_core//jar",
"@junit_interface//jar",
"//3rdparty/jvm/org/hamcrest:hamcrest_core",
"//3rdparty/jvm/org/scalameta:junit_interface",
],
deps = [
"//3rdparty/jvm/junit",
"//3rdparty/jvm/org/scalacheck",
"@junit//jar",
],
)

0 comments on commit 8166875

Please sign in to comment.