Skip to content

Commit

Permalink
Update expected number of gathered files to include full weather heal…
Browse files Browse the repository at this point in the history
…th alerts source data pack
  • Loading branch information
A-Ashiq committed Oct 21, 2024
1 parent 77997eb commit 45b3aad
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) == 587
assert len(gathered_test_file_paths) == 603


class TestCollectAllMetricModelManagers:
Expand Down

0 comments on commit 45b3aad

Please sign in to comment.