mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
style: fix line wrapping in test file
This commit is contained in:
parent
15a0eb976f
commit
63330aa833
1 changed files with 1 additions and 2 deletions
|
@ -126,8 +126,7 @@ def test_git_index_version_greater_than_2(create_repo, mock_io):
|
|||
)
|
||||
mock_io.tool_output.assert_any_call("Or run aider --no-git to proceed without using git.")
|
||||
mock_io.confirm_ask.assert_any_call(
|
||||
"Open documentation url for more info?",
|
||||
subject=urls.git_index_version
|
||||
"Open documentation url for more info?", subject=urls.git_index_version
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue