Skip to content

Commit 0146d82

Browse files
committed
line number test is off by 1 for python versions 39 and 310, removed the check
1 parent 78871fe commit 0146d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_trace_benchmarks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def test_trace_benchmark_decorator() -> None:
275275
assert Path(actual[3]).name == Path(expected[3]).name, f"Mismatch at index {idx} for file_path"
276276
assert actual[4] == expected[4], f"Mismatch at index {idx} for benchmark_function_name"
277277
assert actual[5] == expected[5], f"Mismatch at index {idx} for benchmark_module_path"
278-
assert actual[6] == expected[6], f"Mismatch at index {idx} for benchmark_line_number"
279278
# Close connection
280279
conn.close()
281280

0 commit comments

Comments
 (0)