Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Feb 11, 2025
1 parent 6b69d60 commit 3b1927e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runtime/test_aci_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ def test_str_replace_with_empty_old_str(temp_dir, runtime_cls, run_as_openhands)
obs = runtime.run_action(action)
logger.info(obs, extra={'msg_type': 'OBSERVATION'})
assert (
obs.content
== """No replacement was performed. Multiple occurrences of old_str `` in lines [1, 2, 3, 4]. Please ensure it is unique."""
'No replacement was performed. Multiple occurrences of old_str `` in lines [1, 2, 3, 4]. Please ensure it is unique.'
in obs.content
)
finally:
_close_test_runtime(runtime)
Expand Down

0 comments on commit 3b1927e

Please sign in to comment.