Stabilize unit and UI tests for SportsTime
This commit is contained in:
@@ -306,8 +306,8 @@ struct PlanningModelsTests {
|
||||
state: "XX",
|
||||
coordinate: nil,
|
||||
games: games,
|
||||
arrivalDate: Date(),
|
||||
departureDate: Date(),
|
||||
arrivalDate: TestClock.now,
|
||||
departureDate: TestClock.now,
|
||||
location: LocationInput(name: "Test", coordinate: nil),
|
||||
firstGameStart: nil
|
||||
)
|
||||
@@ -348,8 +348,8 @@ struct PlanningModelsTests {
|
||||
state: "NY",
|
||||
coordinate: nil,
|
||||
games: ["g1"],
|
||||
arrivalDate: Date(),
|
||||
departureDate: Date(),
|
||||
arrivalDate: TestClock.now,
|
||||
departureDate: TestClock.now,
|
||||
location: LocationInput(name: "NY", coordinate: nil),
|
||||
firstGameStart: nil
|
||||
)
|
||||
@@ -364,8 +364,8 @@ struct PlanningModelsTests {
|
||||
state: "XX",
|
||||
coordinate: nil,
|
||||
games: games,
|
||||
arrivalDate: Date(),
|
||||
departureDate: Date(),
|
||||
arrivalDate: TestClock.now,
|
||||
departureDate: TestClock.now,
|
||||
location: LocationInput(name: "Test", coordinate: nil),
|
||||
firstGameStart: nil
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user