def test_type(self): notification = AwardsNotification(self.event) self.assertEqual(AwardsNotification._type(), NotificationType.AWARDS)
def test_type(self): self.assertEqual(AwardsNotification._type(), NotificationType.AWARDS)