Stabilize beta release with warning cleanup and edge-case fixes
This commit is contained in:
@@ -235,7 +235,7 @@ struct GameDAGRouterTests {
|
||||
|
||||
let (game1, stadium1) = makeGameAndStadium(city: "New York", date: dates[0], coord: nycCoord)
|
||||
let (game2, stadium2) = makeGameAndStadium(city: "Boston", date: dates[1], coord: bostonCoord)
|
||||
let (game3, stadium3) = makeGameAndStadium(city: "New York", date: dates[2], coord: nycCoord) // Same city
|
||||
let (game3, _) = makeGameAndStadium(city: "New York", date: dates[2], coord: nycCoord) // Same city
|
||||
|
||||
// Use same stadium ID for same city
|
||||
let nyStadium = stadium1
|
||||
|
||||
Reference in New Issue
Block a user