Skip to content

Commit 4b03c2a

Browse files
committed
fix test
1 parent df77fa5 commit 4b03c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap_impls/venv_relative_path_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Unit tests for relative_path computation"
1616

1717
load("@rules_testing//lib:test_suite.bzl", "test_suite")
18-
load("//python/private:py_executable.bzl", "relative_path") # buildifier: disable=bzl-visibility
18+
load("//python/private:common.bzl", "relative_path") # buildifier: disable=bzl-visibility
1919

2020
_tests = []
2121

0 commit comments

Comments
 (0)