Esempio n. 1
0
 def test_type(self):
     notification = AwardsNotification(self.event)
     self.assertEqual(AwardsNotification._type(), NotificationType.AWARDS)
Esempio n. 2
0
 def test_type(self):
     self.assertEqual(AwardsNotification._type(), NotificationType.AWARDS)