1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#362 Fix tests for python 2

This commit is contained in:
nvbn 2015-09-06 13:40:29 +03:00
parent dd0667ea8f
commit f964c65f16

View File

@ -83,4 +83,4 @@ def without_confirmation(proc, TIMEOUT):
def how_to_configure(proc, TIMEOUT):
proc.sendline(u'unalias fuck')
proc.sendline(u'fuck')
assert proc.expect([TIMEOUT, "alias isn't configured"])
assert proc.expect([TIMEOUT, u"alias isn't configured"])