diff --git a/tests/integration/test_lock.py b/tests/integration/test_lock.py index ddd3f73b..ba01966f 100644 --- a/tests/integration/test_lock.py +++ b/tests/integration/test_lock.py @@ -737,7 +737,7 @@ def test_lock_nested_direct_url(PipenvInstance): def test_lock_nested_vcs_direct_url(PipenvInstance): with PipenvInstance(chdir=True) as p: p._pipfile.add("pep508_package", { - "git": "https://github.com/techalchemy/test-package.git", + "git": "https://github.com/techalchemy/test-project.git", "editable": True, "ref": "master", "subdirectory": "parent_folder/pep508-package" })