Skip to content

Commit 69006d8

Browse files
committed
lint
1 parent f3f930e commit 69006d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/run_benchmark/test_upload_benchmark_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def test_get_model_details(mock_open, mock_yaml_load):
353353

354354

355355
def test_get_model_details_no_error_column():
356-
"""Test the `get_model_details` when there is no error column inside the result."""
356+
"""Test `get_model_details` when there is no error column inside the result."""
357357
# Setup
358358
modality = 'single_table'
359359
summary = pd.DataFrame({

0 commit comments

Comments
 (0)