summaryrefslogtreecommitdiff
path: root/tests/test_history.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-15 00:51:20 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-15 00:51:20 -0400
commitdf8679b3331a8aebd3af4bbe2a0c6e625346f348 (patch)
tree527c3cd19726a6a4169252afec8c87e533e37d57 /tests/test_history.py
parent294cf8d4b2fd7254958c28211e5997bd45aa81cf (diff)
downloadcmd2-git-df8679b3331a8aebd3af4bbe2a0c6e625346f348.tar.gz
Fixed unit tests
Diffstat (limited to 'tests/test_history.py')
-rw-r--r--tests/test_history.py2
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