Update test case for runtime project scheduler

This commit is contained in:
2026-04-15 08:01:53 +02:00
parent 17b97575eb
commit c77bbf8c27

View File

@@ -304,8 +304,8 @@ describe("runtime project scheduler", () => {
}),
resolvedPath: expect.objectContaining({
pathId: "path-a",
progress: 1,
position: { x: 4, y: 0, z: 0 }
progress: 0.5,
position: { x: 2, y: 0, z: 0 }
})
})
);