summaryrefslogtreecommitdiff
path: root/tests/test_completion.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-06-15 10:31:42 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-06-15 10:31:42 -0400
commit79c54b473126d44f0da146600a352660d4cb7c64 (patch)
tree1628b99113f8c49e32bf0903e87617b8089f3f39 /tests/test_completion.py
parentea1716ad0c43ce0c2c354836dbc36e4ae419afb6 (diff)
downloadcmd2-git-79c54b473126d44f0da146600a352660d4cb7c64.tar.gz
Updated various documentation and tests to not use load
Diffstat (limited to 'tests/test_completion.py')
-rw-r--r--tests/test_completion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py
index b70de7bc..91519b0a 100644
--- a/tests/test_completion.py
+++ b/tests/test_completion.py
@@ -537,7 +537,7 @@ def test_basic_completion_nomatch(cmd2_app):
def test_delimiter_completion(cmd2_app):
text = '/home/'
- line = 'load {}'.format(text)
+ line = 'run_script {}'.format(text)
endidx = len(line)
begidx = endidx - len(text)