Skip to content

Commit 2786527

Browse files
[test] Remove misleading createNode todo test (#1147)
1 parent a623622 commit 2786527

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/subgraph/Subgraph.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@ describe("Subgraph Serialization", () => {
189189
})
190190

191191
describe("Subgraph Known Issues", () => {
192-
it.todo("should document createNode() bug returns null", () => {
193-
// This test documents the known issue where LiteGraph.createNode(subgraph.id)
194-
// returns null because UUID is not registered as a node type.
195-
//
196-
// Expected behavior: Should create a SubgraphNode instance
197-
// Actual behavior: Returns null, causing convertToSubgraph() to fail
198-
//
199-
// This needs to be fixed in the LiteGraphGlobal registration system.
200-
})
201-
202192
it.todo("should enforce MAX_NESTED_SUBGRAPHS limit", () => {
203193
// This test documents that MAX_NESTED_SUBGRAPHS = 1000 is defined
204194
// but not actually enforced anywhere in the code.

0 commit comments

Comments
 (0)