Skip to content

Commit

Permalink
#362 Fix tests for python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Sep 6, 2015
1 parent dd0667e commit f964c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

0 comments on commit f964c65

Please sign in to comment.