Upgrade openhands-aci to 0.2.11 (#8154)

This commit is contained in:
Ryan H. Tran
2025-04-30 09:54:15 +07:00
committed by GitHub
parent c99f031cdb
commit b5338c69d6
3 changed files with 6 additions and 10 deletions

View File

@@ -220,7 +220,7 @@ def test_str_replace_multi_line_with_tabs(temp_dir, runtime_cls, run_as_openhand
obs.content
== f"""The file {test_file} has been edited. Here's the result of running `cat -n` on a snippet of {test_file}:
1\tdef test():
2\t{'\t'.expandtabs()}print("Hello, Universe!")
2\t\tprint("Hello, Universe!")
Review the changes and make sure they are as expected. Edit the file again if necessary."""
)