Skip to content

Commit 2a19d48

Browse files
committed
test: tweak
1 parent 44f8c1e commit 2a19d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_venv_create.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ T['create']['uv_sync'] = function()
4949
[[examples/python_projects/uv/.venv/bin/python -c 'import sys; print(sys.path[-1], end="")']])
5050

5151
if IS_WINDOWS then
52-
print(vim.fn.system([[ dir examples\python_projects\uv\.venv/bin/python ]]))
52+
print(vim.fn.system([[ dir examples\python_projects\uv\.venv\bin ]]))
5353
dep_path = vim.fn.system(
5454
[[examples\python_projects\uv\.venv\bin\python -c 'import sys; print(sys.path[-1], end="")']])
5555
end

0 commit comments

Comments
 (0)