Merge pull request #31

chore/update-integration-testing-data
This commit is contained in:
Brendan Chen
2025-03-20 20:23:53 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ async function main() {
const repository = new UnoptimizedInMemoryRepository(); const repository = new UnoptimizedInMemoryRepository();
let notificationService: NotificationService; let notificationService: NotificationService;
if (process.argv.length > 2 && process.argv[2] == "integration-testing") { if (process.argv.length > 2 && process.argv[2] == "integration-testing") {
console.log("Using integration testing setup")
await loadTestData(repository); await loadTestData(repository);
notificationService = new NotificationService(repository, false); notificationService = new NotificationService(repository, false);
} else { } else {

View File

@@ -4411,8 +4411,8 @@ const shuttles: IShuttle[] = [
name: "17", name: "17",
id: "1", id: "1",
coordinates: { coordinates: {
latitude: 33.796001, latitude: 33.788021,
longitude: -117.8892805, longitude: -117.883698,
}, },
routeId: routes[0].id, routeId: routes[0].id,
systemId: systems[0].id, systemId: systems[0].id,