We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c5ef1 commit 57ac0e4Copy full SHA for 57ac0e4
tests/console/test_repl_console.py
@@ -31,7 +31,7 @@ def test_prompt_fragments_full_list(monkeypatch: pytest.MonkeyPatch) -> None:
31
32
# Fix spinner and word cycler values for predictability
33
monkeypatch.setattr(rc._spinner, "_current_frame", "X")
34
- monkeypatch.setattr(rc._word_cycler, "current_word", "WORD")
+ monkeypatch.setattr(rc._word_cycler, "_current_word", "WORD")
35
36
# Set token animator values
37
rc._token_animator._current_input_val = 1500.0
0 commit comments