diff options
-rw-r--r-- | 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 a444da2f..b6416005 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1717,4 +1717,4 @@ def test_ppaged(base_app): end = '\n' base_app.ppaged(msg) out = base_app.stdout.buffer - assert out == msg + end
\ No newline at end of file + assert out == msg + end |