diff options
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 941f7339..f167793e 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1309,7 +1309,7 @@ def test_select_invalid_option(select_app): expected = normalize(""" 1. sweet 2. salty -3 isn't a valid choice. Pick a number between 1 and 2: +'3' isn't a valid choice. Pick a number between 1 and 2: {} with sweet sauce, yum! """.format(food)) |