mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
Fix typo in assertion for "I ran this command"
This commit is contained in:
parent
11facfe4d5
commit
d4f5330f55
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ class TestCommands(TestCase):
|
|||
|
||||
# Test the cmd_run method with a command that should not raise an error
|
||||
result = commands.cmd_run("exit 1", add_on_nonzero_exit=True)
|
||||
self.assertTrue("I ran this comand" in result)
|
||||
self.assertTrue("I ran this command" in result)
|
||||
|
||||
def test_cmd_add_drop_untracked_files(self):
|
||||
with GitTemporaryDirectory():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue