Skip to content

Commit fa09d30

Browse files
committed
test(anta): fix ReportTable benchmark
1 parent a0de036 commit fa09d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/test_reporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
def test_table_all(results: ResultManager) -> None:
2525
"""Benchmark ReportTable.report_all()."""
2626
reporter = ReportTable()
27-
reporter.report_all(results)
27+
reporter.report(results)
2828

2929

3030
@pytest.mark.benchmark

0 commit comments

Comments
 (0)