@@ -53,7 +53,7 @@ async function main() {
const input = await LoadInput(11);
- const sm = new StarMap(input);
+ const sm = new StarMap(tests, 1);
console.log(`The sum of the shortest paths between galaxies is: ${sm.solvePart1()}`);
}