We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78871fe commit 0146d82Copy full SHA for 0146d82
tests/test_trace_benchmarks.py
@@ -275,7 +275,6 @@ def test_trace_benchmark_decorator() -> None:
275
assert Path(actual[3]).name == Path(expected[3]).name, f"Mismatch at index {idx} for file_path"
276
assert actual[4] == expected[4], f"Mismatch at index {idx} for benchmark_function_name"
277
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"
279
# Close connection
280
conn.close()
281
0 commit comments