make clear that data loading for different integration test systems is a TODO

This commit is contained in:
2025-04-07 13:32:45 -07:00
parent 25f2a8c458
commit 6767cc88a3

View File

@@ -33,7 +33,7 @@ async function main() {
async (systemArguments) => { async (systemArguments) => {
const system = InterchangeSystem.buildForTesting(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); await loadShuttleTestData(system.shuttleRepository);
return system; return system;