diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:51:20 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:51:20 -0400 |
commit | df8679b3331a8aebd3af4bbe2a0c6e625346f348 (patch) | |
tree | 527c3cd19726a6a4169252afec8c87e533e37d57 /tests/test_history.py | |
parent | 294cf8d4b2fd7254958c28211e5997bd45aa81cf (diff) | |
download | cmd2-git-df8679b3331a8aebd3af4bbe2a0c6e625346f348.tar.gz |
Fixed unit tests
Diffstat (limited to 'tests/test_history.py')
-rw-r--r-- | tests/test_history.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_history.py b/tests/test_history.py index a06bce87..973d8cff 100644 --- a/tests/test_history.py +++ b/tests/test_history.py @@ -275,7 +275,7 @@ def parser(): '42': 'theanswer', 'l': '!ls -al', 'anothermultiline': 'multiline', - 'fake': 'pyscript'}, + 'fake': 'run_pyscript'}, shortcuts=[('?', 'help'), ('!', 'shell')] ) return parser |