mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
test: fix git index version test to use offer_url instead of confirm_ask
This commit is contained in:
parent
ae970cf2da
commit
1cd373c0a5
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ import os
|
|||
import shutil
|
||||
import struct
|
||||
from unittest import mock
|
||||
|
||||
#ai fix: FAILED tests/basic/test_sanity_check_repo.py::test_git_index_version_greater_than_2 - AssertionError: confirm_ask('Open documentation url for more info?', subject='https://github.com/Aid...!
|
||||
# it now calls offer_url, not confirm ask
|
||||
import pytest
|
||||
from git import GitError, Repo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue