mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
test: Fix commit result assertion in test_noop_commit
This commit is contained in:
parent
5664b5b195
commit
37a252748a
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ class TestRepo(unittest.TestCase):
|
||||||
git_repo = GitRepo(InputOutput(), None, None)
|
git_repo = GitRepo(InputOutput(), None, None)
|
||||||
|
|
||||||
commit_result = git_repo.commit(fnames=[str(fname)])
|
commit_result = git_repo.commit(fnames=[str(fname)])
|
||||||
self.assertIsNotNone(commit_result)
|
self.assertIsNone(commit_result)
|
||||||
|
|
||||||
def test_git_commit_verify(self):
|
def test_git_commit_verify(self):
|
||||||
"""Test that git_commit_verify controls whether --no-verify is passed to git commit"""
|
"""Test that git_commit_verify controls whether --no-verify is passed to git commit"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue