Stabilize unit and UI tests for SportsTime
This commit is contained in:
@@ -87,7 +87,7 @@ struct GameMatchResultTests {
|
||||
homeTeamId: "home_team",
|
||||
awayTeamId: "away_team",
|
||||
stadiumId: "stadium_1",
|
||||
dateTime: Date(),
|
||||
dateTime: TestClock.now,
|
||||
sport: .mlb,
|
||||
season: "2026"
|
||||
)
|
||||
@@ -194,7 +194,7 @@ struct GameMatchCandidateTests {
|
||||
homeTeamId: "home_team",
|
||||
awayTeamId: "away_team",
|
||||
stadiumId: "stadium_1",
|
||||
dateTime: Date(),
|
||||
dateTime: TestClock.now,
|
||||
sport: .mlb,
|
||||
season: "2026"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user