Fix team-first future window selection

This commit is contained in:
Trey t
2026-04-03 15:31:52 -05:00
parent 0fa3db5401
commit 188076717b
3 changed files with 169 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ struct TeamFirstIntegrationTests {
// MARK: - Test Data
private let planner = ScenarioEPlanner()
private let planner = ScenarioEPlanner(currentDate: TestClock.now)
// MLB stadiums with realistic coordinates
private let yankeeStadiumCoord = CLLocationCoordinate2D(latitude: 40.8296, longitude: -73.9262)