Skip to content

Commit 8d160cc

Browse files
empty suffix
1 parent 167a04d commit 8d160cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/edit_generated_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def unique_inv_id(inv_id_runtimes: dict[InvocationId, list[int]], tests_project_
158158
else inv_id.test_function_name
159159
)
160160
abs_path = tests_project_rootdir / Path(inv_id.test_module_path.replace(".", os.sep)).with_suffix(".py")
161-
abs_path_str = str(abs_path.resolve())
161+
abs_path_str = str(abs_path.resolve().with_suffix(""))
162162
if "__unit_test_" not in abs_path_str or not test_qualified_name:
163163
continue
164164
key = test_qualified_name + "#" + abs_path_str

0 commit comments

Comments
 (0)