From 6767cc88a3eca0d41435631f9bf24d3db57c574d Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 7 Apr 2025 13:32:45 -0700 Subject: [PATCH] make clear that data loading for different integration test systems is a TODO --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 434cc54..a370258 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ async function main() { async (systemArguments) => { const system = InterchangeSystem.buildForTesting(systemArguments); - // Have loading of different data for different systems in the future + // TODO: Have loading of different data for different systems in the future await loadShuttleTestData(system.shuttleRepository); return system;