Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Oct 16, 2024
2 parents 8c748f6 + f2d16fa commit 05ac0b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def test_user_registration_imports_example_schedule(self):
self.assertEqual(Material.objects.count(), 4)
self.assertEqual(Homework.objects.count(), 22)
self.assertEqual(Reminder.objects.count(), 5)
self.assertEqual(Event.objects.count(), 3)

homework1 = Homework.objects.all()[0]
event = Event.objects.all()[0]
Expand Down

0 comments on commit 05ac0b8

Please sign in to comment.