You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: football/src/main/scala/com/gu/mobile/notifications/football/notificationbuilders/MatchStatusNotificationBuilder.scala
Copy file name to clipboardExpand all lines: football/src/test/scala/com/gu/mobile/notifications/football/notificationbuilders/MatchStatusNotificationBuilderSpec.scala
+6-24Lines changed: 6 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -95,26 +95,25 @@ class MatchStatusNotificationBuilderSpec extends Specification {
Copy file name to clipboardExpand all lines: notificationworkerlambda/src/main/scala/com/gu/notifications/worker/delivery/fcm/models/payload/FcmPayloadBuilder.scala
Copy file name to clipboardExpand all lines: notificationworkerlambda/src/test/scala/com/gu/notifications/worker/delivery/fcm/models/payload/FcmPayloadBuilderSpec.scala
+74Lines changed: 74 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ class FcmPayloadBuilderSpec extends Specification with Matchers {
37
37
"generate correct data for US Elections notification" in newUsElectionNotificationScope {
38
38
check()
39
39
}
40
+
"generate correct data for Penalty Shootout notification" in newPenaltyShootoutNotificationScope {
41
+
check()
42
+
}
40
43
}
41
44
42
45
traitNotificationScopeextendsScope {
@@ -335,6 +338,77 @@ class FcmPayloadBuilderSpec extends Specification with Matchers {
0 commit comments