mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Format test_io.py with consistent quotes and spacing
This commit is contained in:
parent
01af629399
commit
8b6863dc40
1 changed files with 5 additions and 5 deletions
|
@ -293,7 +293,7 @@ class TestInputOutputMultilineMode(unittest.TestCase):
|
||||||
unicode_message = "Hello こんにちは Привет"
|
unicode_message = "Hello こんにちは Привет"
|
||||||
|
|
||||||
# Mock console.print to capture the output
|
# Mock console.print to capture the output
|
||||||
with patch.object(io.console, 'print') as mock_print:
|
with patch.object(io.console, "print") as mock_print:
|
||||||
io._tool_message(unicode_message)
|
io._tool_message(unicode_message)
|
||||||
|
|
||||||
# Verify that the message was converted to ASCII with replacement
|
# Verify that the message was converted to ASCII with replacement
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue