diff options
Diffstat (limited to 'tests/test_cmd2.py')
| -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 29958ed5..e2e54bae 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1335,4 +1335,4 @@ def test_empty_stdin_input(): app.stdin.readline = m line = app.pseudo_raw_input('(cmd2)') - assert line == 'EOF' + assert line == 'eof' |
