From 7f2eaf7d509919152bb1c1c03bcdef291877aac7 Mon Sep 17 00:00:00 2001 From: jxltom Date: Tue, 28 May 2019 10:34:09 +0800 Subject: [PATCH] Fix tests --- tests/integration/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index 01bfa98d..70cc4302 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -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 \ No newline at end of file + assert 'Successfully created virtual environment' in c.err