Return stop3 as part of the test data

This commit is contained in:
2025-11-13 17:08:47 -08:00
parent f95263eec8
commit e4151ed914

View File

@@ -76,5 +76,6 @@ export async function setupRouteAndOrderedStopsForShuttleRepository(
systemId,
stop1,
stop2,
stop3,
};
}