mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
Fixed tests
This commit is contained in:
parent
9233086d2e
commit
f137763dc8
@ -41,7 +41,7 @@ class TestCorrectedCommand(object):
|
|||||||
settings.update(override_settings)
|
settings.update(override_settings)
|
||||||
CorrectedCommand(script, None, 1000).run(Command(script, ''))
|
CorrectedCommand(script, None, 1000).run(Command(script, ''))
|
||||||
out, _ = capsys.readouterr()
|
out, _ = capsys.readouterr()
|
||||||
assert out[:-1] == printed
|
assert out == printed
|
||||||
|
|
||||||
|
|
||||||
class TestRule(object):
|
class TestRule(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user