Skip to content

Commit

Permalink
clean(demo): Use simple java_test instead of function (to test someth…
Browse files Browse the repository at this point in the history
…ing, will change it again soon)
  • Loading branch information
vorburger committed May 31, 2023
1 parent 41c64f2 commit 9d5a9f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions connectors/demo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ java_binary(
],
)

[java_test(
name = name[:-len(".java")],
java_test(
name = "ServerTest",
size = "small",
srcs = glob(["src/test/java/**/*.java"]),
# resources = glob(["src/test/resources/**/*"]),
Expand All @@ -52,6 +52,4 @@ java_binary(
"@maven//:junit_junit",
"@maven//:org_slf4j_slf4j_simple",
],
) for name in glob([
"src/test/java/**/*Test.java",
])]
)

0 comments on commit 9d5a9f4

Please sign in to comment.