Skip to content

Commit

Permalink
remove assertion from test_punishments
Browse files Browse the repository at this point in the history
  • Loading branch information
bain3 committed Sep 16, 2023
1 parent 7c5bbc2 commit 9415412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pronotepy/test_pronotepy.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def test_punishments(self) -> None:
all_punishments = []
for period in client.periods:
all_punishments.extend(period.punishments)
self.assertGreater(len(all_punishments), 0, "there are no punishments")

def test_class_overall_average(self) -> None:
a = self.period.class_overall_average
Expand Down

0 comments on commit 9415412

Please sign in to comment.