mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 14:34:59 +00:00
fix: Update Co-authored-by email to aider@aider.chat
This commit is contained in:
parent
14af218ea2
commit
e2d3fc4594
2 changed files with 4 additions and 6 deletions
|
@ -300,7 +300,7 @@ class TestRepo(unittest.TestCase):
|
|||
|
||||
# check the commit message and author/committer
|
||||
commit = raw_repo.head.commit
|
||||
self.assertIn("Co-authored-by: aider (gpt-test) <noreply@aider.chat>", commit.message)
|
||||
self.assertIn("Co-authored-by: aider (gpt-test) <aider@aider.chat>", commit.message)
|
||||
self.assertEqual(commit.message.splitlines()[0], "Aider edit")
|
||||
# With default (None), co-authored-by takes precedence
|
||||
self.assertEqual(
|
||||
|
@ -355,7 +355,7 @@ class TestRepo(unittest.TestCase):
|
|||
# check the commit message and author/committer
|
||||
commit = raw_repo.head.commit
|
||||
self.assertIn(
|
||||
"Co-authored-by: aider (gpt-test-combo) <noreply@aider.chat>", commit.message
|
||||
"Co-authored-by: aider (gpt-test-combo) <aider@aider.chat>", commit.message
|
||||
)
|
||||
self.assertEqual(commit.message.splitlines()[0], "Aider combo edit")
|
||||
# When co-authored-by is true BUT author/committer are explicit True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue