Skip to content

Commit

Permalink
Implement additional check for processes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkausw authored Feb 22, 2024
1 parent e4f0428 commit e99bb83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_campaigns.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def test_campaign_datasets(self):
self.assertTrue(hasattr(dataset, "name"))
self.assertTrue(hasattr(dataset, "id"))
self.assertTrue(hasattr(dataset, "processes"))
self.assertTrue(len(dataset.processes) > 0)
self.assertTrue(hasattr(dataset, "keys"))
self.assertTrue(hasattr(dataset, "n_files"))
self.assertTrue(hasattr(dataset, "n_events"))
Expand Down

0 comments on commit e99bb83

Please sign in to comment.