Skip to content

Commit 0a08c69

Browse files
committed
Remove reference to readline from test_history.py
1 parent 3d05273 commit 0a08c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ def test_history_populates_pt(hist_file) -> None:
974974
assert app.history.get(4).statement.raw == 'alias'
975975

976976
# prompt-toolkit only adds a single entry for multiple sequential identical commands
977-
# so we check to make sure that cmd2 populated the readline history
977+
# so we check to make sure that cmd2 populated the prompt-toolkit history
978978
# using the same rules
979979
pt_history = app.session.history.get_strings()
980980
assert len(pt_history) == 3

0 commit comments

Comments
 (0)