summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-12 20:42:59 -0400
committerGitHub <noreply@github.com>2017-07-12 20:42:59 -0400
commit30a3b66e8bc9f2fc65f5ff763841438ecda3a362 (patch)
treec8286dc61d1ed0b6baefdd5b3dd8400d801cdcec /tests/test_cmd2.py
parentf517ff8e21b7ea861d8907e5302be49829de8b9c (diff)
parentb6bf292d4746402dff9a40a2df639d0edd238300 (diff)
downloadcmd2-git-30a3b66e8bc9f2fc65f5ff763841438ecda3a362.tar.gz
Merge pull request #189 from python-cmd2/case_bugs
Fixed case-sensitivity bugs
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py2
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'