diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-06 18:19:48 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-06 18:19:48 -0400 |
commit | 5fbbc53939b5cf48894e6853852211ec036c7e02 (patch) | |
tree | 998d701ef0202f367144e5098ce6ed099b719a3c /tests/test_autocompletion.py | |
parent | fb575e41251156a90044055e8a352079e4f75866 (diff) | |
download | cmd2-git-5fbbc53939b5cf48894e6853852211ec036c7e02.tar.gz |
Fixed unit test failures and addressed code review comments
Diffstat (limited to 'tests/test_autocompletion.py')
-rw-r--r-- | tests/test_autocompletion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autocompletion.py b/tests/test_autocompletion.py index c6c1d1f6..3473ab38 100644 --- a/tests/test_autocompletion.py +++ b/tests/test_autocompletion.py @@ -36,7 +36,7 @@ optional arguments: MEDIA_MOVIES_ADD_HELP = '''Usage: media movies add -d DIRECTOR{1..2} [-h] - title {G, PG, PG-13, R, NC-17} [actor [...]] + title {G, PG, PG-13, R, NC-17} ... positional arguments: title Movie Title |