summaryrefslogtreecommitdiff
path: root/tests/test_history.py
diff options
context:
space:
mode:
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