fix for python 2

This commit is contained in:
Erin O'Connell
2017-09-23 01:50:04 -06:00
parent 534f1c28f4
commit 7c1e44aa94
+1 -1
View File
@@ -129,7 +129,7 @@ class TestPipenv:
def test_spell_checking(self):
with PipenvInstance() as p:
c = p.pipenv('install flaskcors', block=False)
c.expect('[Y//n]:')
c.expect(u'[Y//n]:')
c.send('y')
c.block()