Skip to content

Commit

Permalink
Delete empty scala test library (#11747)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored Nov 18, 2021
1 parent 85979b3 commit 3366413
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ledger/ledger-api-client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ da_scala_library(
],
)

da_scala_library(
name = "ledger-api-client-tests-lib",
srcs = glob(["src/test/{}/**/*.scala".format(scala_major_version)]),
versioned_scala_deps = {
"2.12": [
"@maven//:org_scalatest_scalatest_core",
"@maven//:org_scalactic_scalactic",
],
},
)

da_scala_test_suite(
name = "ledger-api-client-tests",
srcs = glob(["src/test/suite/**/*.scala"]),
Expand All @@ -81,7 +70,6 @@ da_scala_test_suite(
],
deps = [
":ledger-api-client",
":ledger-api-client-tests-lib",
"//language-support/scala/bindings",
"//ledger-api/rs-grpc-bridge",
"//ledger-api/testing-utils",
Expand Down

0 comments on commit 3366413

Please sign in to comment.