Skip to content

Commit

Permalink
more version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snakajima committed May 9, 2024
1 parent 3ef4bd2 commit 14a0e84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/graphai/test_source_prop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ import test from "node:test";
import assert from "node:assert";

const graphData = {
version: 0.2,
version: 0.3,
nodes: {
input: {
agent: "testAgent",
},
test: {
agent: "testAgent",
inputs: ["input"],
inputs: [":input"],
},
test2: {
agent: "testAgent",
inputs: ["test.hoge"],
inputs: [":test.hoge"],
},
},
};
Expand Down

0 comments on commit 14a0e84

Please sign in to comment.