diff --git a/test/subgraph/SubgraphNode.test.ts b/test/subgraph/SubgraphNode.test.ts index f3f895d77..3d0112eaf 100644 --- a/test/subgraph/SubgraphNode.test.ts +++ b/test/subgraph/SubgraphNode.test.ts @@ -336,7 +336,7 @@ describe("SubgraphNode Execution", () => { expect(resolved === undefined || typeof resolved === "object").toBe(true) }) - it.todo("should prevent infinite recursion", () => { + it("should prevent infinite recursion", () => { // TODO: This test is currently skipped because cycle detection has a bug // The fix is to pass 'visited' directly instead of 'new Set(visited)' in SubgraphNode.ts:299 const subgraph = createTestSubgraph({ nodeCount: 1 })