Skip to content

Commit a93eed5

Browse files
committed
blurgh.
1 parent 4d331e3 commit a93eed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ def test_console_script():
1010
stdout=subprocess.PIPE).communicate()[0]
1111
with open('tests/fixtures/README.txt') as f:
1212
expect = ''.join(f.readlines())
13-
if type(r) == bytes:
13+
if type(result) == bytes:
1414
result.decode('utf-8')
1515
assert result == expect

0 commit comments

Comments
 (0)