mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
#362 Fix tests for python 2
This commit is contained in:
parent
dd0667ea8f
commit
f964c65f16
@ -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"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user