Пример #1
0
 def test_type(self):
     notification = AwardsNotification(self.event)
     self.assertEqual(AwardsNotification._type(), NotificationType.AWARDS)
Пример #2
0
 def test_type(self):
     self.assertEqual(AwardsNotification._type(), NotificationType.AWARDS)