mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
fix: Handle newline in git commit message assertion
This commit is contained in:
parent
bff077f855
commit
3dc5a48fcc
1 changed files with 1 additions and 1 deletions
|
@ -452,4 +452,4 @@ class TestRepo(unittest.TestCase):
|
|||
|
||||
# Verify the commit was actually made
|
||||
latest_commit_msg = raw_repo.head.commit.message
|
||||
self.assertEqual(latest_commit_msg, "Should succeed")
|
||||
self.assertEqual(latest_commit_msg.strip(), "Should succeed")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue