Skip to content

Commit e8547f9

Browse files
committed
Update test_instrument_tests.py
1 parent 328ccb2 commit e8547f9

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
@@ -2974,7 +2974,7 @@ def test_code_replacement10() -> None:
29742974
os.chdir(original_cwd)
29752975
assert success
29762976
assert new_test.replace('"', "'") == expected.replace('"', "'").format(
2977-
module_path=test_file_path.name, tmp_dir_path=get_run_tmp_file(Path("test_return_values")).as_posix()
2977+
module_path=test_file_path.stem, tmp_dir_path=get_run_tmp_file(Path("test_return_values")).as_posix()
29782978
)
29792979

29802980

0 commit comments

Comments
 (0)