Skip to content

Commit

Permalink
Add additional test data files
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Ashiq committed Feb 3, 2025
1 parent 2bf6b4e commit a186445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ingestion/operations/test_truncated_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_returns_correct_list_of_files(self):
gathered_test_file_paths: list[Path] = _gather_test_data_source_file_paths()

# Then
assert len(gathered_test_file_paths) == 603
assert len(gathered_test_file_paths) == 616


class TestCollectAllMetricModelManagers:
Expand Down

0 comments on commit a186445

Please sign in to comment.