mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Update tests/test_code_replacement.py
This commit is contained in:
parent
0be74c4d52
commit
62909dbc19
1 changed files with 1 additions and 0 deletions
|
|
@ -1664,6 +1664,7 @@ print("Hello world")
|
|||
)
|
||||
assert new_code == original_code
|
||||
|
||||
|
||||
def test_global_reassignment() -> None:
|
||||
original_code = """a=1
|
||||
print("Hello world")
|
||||
|
|
|
|||
Loading…
Reference in a new issue