Fix typo in "shuttle"

This commit is contained in:
2025-11-20 16:29:28 -08:00
parent 1d98e8450e
commit b202189ad6
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ const systemInfoForTesting: InterchangeSystemBuilderArguments = {
parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id,
useSelfUpdatingEtas: false,
shuttleStopArrivalDegreeDelta: 0.001,
shutleStopNearbyDegreeDelta: 0.003,
shuttleStopNearbyDegreeDelta: 0.003,
};
export function buildSystemForTesting() {