diff --git a/src/loaders/supportedIntegrationTestSystems.ts b/src/loaders/supportedIntegrationTestSystems.ts deleted file mode 100644 index 8fd7d6d..0000000 --- a/src/loaders/supportedIntegrationTestSystems.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { InterchangeSystemBuilderArguments } from "../entities/InterchangeSystem"; -import { ChapmanApiBasedParkingRepositoryLoader } from "./parking/ChapmanApiBasedParkingRepositoryLoader"; - -export const supportedIntegrationTestSystems: InterchangeSystemBuilderArguments[] = [ - { - id: "1", - name: "Chapman University", - passioSystemId: "263", - parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id, - }, -];