Update tests/test_code_replacement.py

This commit is contained in:
Aseem Saxena 2025-06-06 13:19:39 -07:00 committed by GitHub
parent 0be74c4d52
commit 62909dbc19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1664,6 +1664,7 @@ print("Hello world")
)
assert new_code == original_code
def test_global_reassignment() -> None:
original_code = """a=1
print("Hello world")