diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index cfa30830..49d90dac 100755 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -972,7 +972,7 @@ def test_ctrl_c_at_prompt(say_app): # And verify the expected output to stdout out = say_app.stdout.getvalue() - assert out == 'hello\n^C\ngoodbye\n' + assert out == 'hello\n^C\ngoodbye\n\n' class ShellApp(cmd2.Cmd): |