Fix package name in test

Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
This commit is contained in:
Dan Ryan
2020-05-19 09:51:19 -04:00
parent 1a8111d4bb
commit 1f96b8cf7d
+1 -1
View File
@@ -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"
})