test: fix canonical live experiment harness import

This commit is contained in:
2026-08-09 12:29:28 +01:00
parent 144b7c53f5
commit c40d8c6d49
@@ -61,7 +61,7 @@ async function runLiveExperiment({ graph, previousQuestion, answer }) {
}
const { updateCase } = await import(
"../lib/graph/orchestrator.js"
"../../lib/graph/orchestrator.js"
);
const result = await updateCase({ situationGraph: graph, previousQuestion, answer });