コード例 #1
0
ファイル: test_awards.py プロジェクト: wm-c/the-blue-alliance
 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)