Fix broken test with cmd2 0.7.0

Co-author: todd.leonhardt@gmail.com
Closes-Bug: #1672108
Change-Id: I4bb02749a8fafccaff4ef7ce94ff0c4910fb67e6
This commit is contained in:
Dean Troyer 2017-03-13 10:32:44 -05:00
parent b83ec9e30e
commit 0d670bbcc7
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ def test_no_completenames():
def test_both_completenames():
# cmd2.Cmd define do_hi and do_history methods
_test_completenames(['hi', 'history', 'hips', 'hippo'], 'hi')
# cmd2.Cmd defines do_history method
_test_completenames(['history', 'hips', 'hippo'], 'hi')
def _test_completedefault(expecteds, line, begidx):