Fix tests

This commit is contained in:
jxltom
2019-05-28 10:34:09 +08:00
parent 57cba47669
commit 7f2eaf7d50
+1 -1
View File
@@ -249,4 +249,4 @@ def test_pipenv_three(PipenvInstance):
with PipenvInstance() as p:
c = p.pipenv('--three')
assert c.return_code == 0
assert 'Successfully created virtual environment' in c.out
assert 'Successfully created virtual environment' in c.err