Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent f49d05d commit bb8b063
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ def test_run_full_inference_kpi_detection(
# Mocked `to_excel` should be called once with the expected data and output file path
mock_to_excel.assert_called_once()
pd.testing.assert_frame_equal(mock_to_excel.call_args[0][0], expected_output_data)
assert (
mock_to_excel.call_args[0][1] == output_file
), "Output file path is incorrect."
assert mock_to_excel.call_args[0][1] == output_file, (
"Output file path is incorrect."
)

0 comments on commit bb8b063

Please sign in to comment.