Skip to content

Commit 2a6cc2c

Browse files
committed
fix test
1 parent f2005ca commit 2a6cc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sdk/python/detached_symbols/code_block/test_code_block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def my_db_query(
382382
for log in from_logs:
383383
log.proxy_id = to_record.id
384384
"""
385-
WRAP_REDUCE_MIGRATION_STRING_IDENTIFIER = "# added by Codegen"
385+
WRAP_REDUCE_MIGRATION_STRING_IDENTIFIER = "# added by Graph-sitter"
386386
with get_codebase_session(tmpdir=tmpdir, files={"test.py": content}) as codebase:
387387
file = codebase.get_file("test.py")
388388
func = file.get_function("my_db_query")

0 commit comments

Comments
 (0)