diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-03 00:14:30 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-03 00:14:30 -0400 |
| commit | 8624a273d4b19b0bb5c8e5b99a6a7688a6bf6f69 (patch) | |
| tree | 7c0bd9078d6583ec4d629499b970ca019a85ae7b /tests | |
| parent | 8707ba1522e425763b2e4bdcb418c17ef43eac4b (diff) | |
| download | cmd2-git-8624a273d4b19b0bb5c8e5b99a6a7688a6bf6f69.tar.gz | |
Added newline at end of file
Diffstat (limited to 'tests')
| -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 |
