Skip to content

Commit 3e77653

Browse files
committed
feat: update schema test to reflect changes in SubFlowValue structure
1 parent 216c058 commit 3e77653

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/schema/schema.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {describe, expect, it} from "vitest";
1+
import {describe, it} from "vitest";
22
import {Flow} from "@code0-tech/sagittarius-graphql-types";
3-
import {getFlowValidation, getSignatureSchema, getTypeSchema} from "../../src";
3+
import {getSignatureSchema, getTypeSchema} from "../../src";
44
import {DATA_TYPES, FUNCTION_SIGNATURES} from "../data";
55

66
describe("Schema", () => {
@@ -36,8 +36,8 @@ describe("Schema", () => {
3636
},
3737
{
3838
value: {
39-
__typename: "NodeFunctionIdWrapper",
40-
id: "gid://sagittarius/NodeFunction/3"
39+
__typename: "SubFlowValue",
40+
startingNodeId: "gid://sagittarius/NodeFunction/3"
4141
}
4242
}
4343
]

0 commit comments

Comments
 (0)