Skip to content

Commit 539308a

Browse files
committed
fix test
1 parent 109a79b commit 539308a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

football/src/test/scala/com/gu/mobile/notifications/football/notificationbuilders/MatchStatusNotificationBuilderSpec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class MatchStatusNotificationBuilderSpec extends Specification {
7474
}
7575

7676
"Include detailedMatchStatus EXTRA_TIME_TO_BE_PLAYED for a full time event when match status is FTET" in new MatchEventsContext {
77+
val fullTime = FullTime("")
7778
val notification = builder.build(fullTime, matchInfo.copy(matchStatus = "FTET"), List.empty, None).asInstanceOf[FootballMatchStatusPayload]
7879
notification.detailedMatchStatus shouldEqual Some("EXTRA_TIME_TO_BE_PLAYED")
7980
}

0 commit comments

Comments
 (0)