Skip to content

Commit ec3a7be

Browse files
committed
fixed test
1 parent 59d86fb commit ec3a7be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core/test_callbacks/test_file_result_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_file_result_logger_accepts_pathlib_path(tmp_path):
8080
logger = FileResultLogger(output_dir=out_dir, filename_pattern="test_results.jsonl")
8181

8282
benchmark = MockBenchmark(n_tasks=1, n_repeats=1)
83-
logger.n_run_start(benchmark) # type: ignore[arg-type]
83+
logger.on_run_start(benchmark) # type: ignore[arg-type]
8484

8585
report = {
8686
"task_id": benchmark.task_ids[0],

0 commit comments

Comments
 (0)