Skip to content

Commit

Permalink
update old test for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
similato87 committed Apr 25, 2024
1 parent 33de42e commit fabf9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/default/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def test_improve_existing_code(self, tmp_path):
# Assert that the code was improved correctly
expected_code = FilesDict(
{
"main.py": "print('Goodbye, World!')\n",
"main.py": "print('Goodbye, World!')",
"requirements.txt": "numpy==1.18.1",
"README.md": "This is a sample code repository.",
}
Expand Down

0 comments on commit fabf9eb

Please sign in to comment.