We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89843a commit 1090871Copy full SHA for 1090871
1 file changed
e2e/config/testData.ts
@@ -20,7 +20,7 @@ export const nodesPath: { firstNode: string; secondNode: string }[] = [
20
];
21
22
export const nodes: { nodeName: string; }[] = [
23
- // { nodeName: "ask"},
+ { nodeName: "ask"},
24
{ nodeName: "add_edge" },
25
{ nodeName: "test_kg_delete"},
26
{ nodeName: "list_graphs"}
0 commit comments