Skip to content

Commit

Permalink
fix: Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaSimon committed Jan 17, 2025
1 parent edc74bc commit 6a2052a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ final class StopDetailsFilteredDepartureDetailsTests: XCTestCase {
tiles: [tile],
noPredictionsStatus: nil,
alerts: [alert],
patternsByStop: .init(route: route, stop: stop, patterns: []),
patternsByStop: .init(route: route, stop: stop, patterns: [], elevatorAlerts: []),
pinned: false,
now: Date.now,
errorBannerVM: .init(),
Expand Down

0 comments on commit 6a2052a

Please sign in to comment.