mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
make clear that data loading for different integration test systems is a TODO
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user