Skip to content

Commit 92b4889

Browse files
committed
fixed test
1 parent 67bf6bc commit 92b4889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3632,7 +3632,7 @@ def test_get_bottom_toolbar(base_app, monkeypatch):
36323632
toolbar = base_app.get_bottom_toolbar()
36333633
assert isinstance(toolbar, list)
36343634
assert toolbar[0] == ('ansigreen', 'myapp.py')
3635-
assert toolbar[2][0] == 'ansiblue'
3635+
assert toolbar[2][0] == 'ansicyan'
36363636

36373637

36383638
def test_multiline_complete_statement_keyboard_interrupt(multiline_app, monkeypatch):

0 commit comments

Comments
 (0)