Skip to content

Commit f2f6a7c

Browse files
committed
Update test_instrument_tests.py
1 parent f814d98 commit f2f6a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_instrument_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def codeflash_wrap(wrapped, test_module_name, test_class_name, test_name, functi
128128
if sys.version_info < (3, 12):
129129
expected += """print(f"!######{{test_module_name}}:{{(test_class_name + '.' if test_class_name else '')}}{{test_name}}:{{function_name}}:{{loop_index}}:{{invocation_id}}######!")"""
130130
else:
131-
expected += """print(f'!######{{test_module_name}}:{{(test_class_name + '.' if test_class_name else '')}}{{test_name}}:{{function_name}}:{{loop_index}}:{{invocation_id}}######!')"""
131+
expected += """print(f"!######{{test_module_name}}:{{(test_class_name + '.' if test_class_name else '')}}{{test_name}}:{{function_name}}:{{loop_index}}:{{invocation_id}}######!")"""
132132
expected += """
133133
exception = None
134134
gc.disable()

0 commit comments

Comments
 (0)