Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 21, 2024
1 parent 9162f1a commit 97657e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/py/bazel/bzlmod/bazel_repo_mapping_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def testJavaRunfilesLibraryRepoMapping(self):
' use_testrunner = False,',
' data = ["@data//:foo.txt"],',
' args = ["$(rlocationpath @data//:foo.txt)"],',
' deps = ["@rules_java//java/runfiles"],',
' deps = ["@bazel_tools//tools/java/runfiles"],',
')',
],
)
Expand Down
2 changes: 1 addition & 1 deletion src/test/py/bazel/testdata/runfiles_test/bar/BUILD.mock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java_binary(
srcs = ["Bar.java"],
data = ["bar-java-data.txt"],
main_class = "Bar",
deps = ["@rules_java//java/runfiles"],
deps = ["@bazel_tools//tools/java/runfiles"],
)

sh_binary(
Expand Down

0 comments on commit 97657e1

Please sign in to comment.