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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,6 @@ class MatchStatusNotificationBuilder(mapiHost: String) {
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/main/scala/com/gu/notifications/worker/delivery/fcm/models/payload/Keys.scala
Copy file name to clipboardExpand all lines: notificationworkerlambda/src/test/scala/com/gu/notifications/worker/delivery/fcm/models/payload/FcmPayloadBuilderSpec.scala
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class FcmPayloadBuilderSpec extends Specification with Matchers {
28
28
"generate correct data for Match Status notification" in newMatchStatusNotificationScope {
29
29
check()
30
30
}
31
-
"include matchCommentary, kickOffTimestamp and penalty shootout scores in Match Status notification when present" in newMatchStatusNotificationWithOptionalFieldsScope {
31
+
"include kickOffTimestamp and penalty shootout scores in Match Status notification when present" in newMatchStatusNotificationWithOptionalFieldsScope {
32
32
check()
33
33
}
34
34
"generate correct data for Editions notification" in newEditionsScope {
@@ -299,7 +299,6 @@ class FcmPayloadBuilderSpec extends Specification with Matchers {
299
299
eventId ="2",
300
300
debug =true,
301
301
dryRun =None,
302
-
matchCommentary =Some("Argentina win 4-3 on penalties."),
0 commit comments