Skip to content

Commit 9950fba

Browse files
add dim to Attrs initialization to work with prompt-toolkit=3.0.52
1 parent dc46610 commit 9950fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/prompts/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def test_print_with_style(monkeypatch):
227227
reverse=False,
228228
hidden=False,
229229
strike=False,
230+
dim=False,
230231
)
231232

232233
assert mock.method_calls[1][0] == "write"

0 commit comments

Comments
 (0)