Skip to content

Commit a1bec35

Browse files
committed
[NO TESTS] WIP
1 parent 4374778 commit a1bec35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/tests/venv-link/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
load("//py/private/py_venv:defs.bzl", "py_venv_binary")
1+
load("//py/private/py_venv:defs.bzl", "py_venv_test")
22

33
py_venv_test(
44
name = "test_link",
55
srcs = [
6-
"link.py",
6+
"//py/private/link:link.py",
77
"test_link.py",
88
],
9-
imports = ["."],
9+
imports = ["../../private/link/"],
1010
main = "test_link.py",
1111
)

0 commit comments

Comments
 (0)