Skip to content

Commit

Permalink
version 0.3 test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
snakajima committed May 9, 2024
1 parent 44c6d44 commit cbeba47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/graphs/test_base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2
version: 0.3
nodes:
node1:
agent: sleeperAgent
Expand All @@ -18,18 +18,18 @@ nodes:
duration: 500
value:
node3: output
inputs: [node1, node2]
inputs: [:node1, :node2]
node4:
agent: sleeperAgent
params:
duration: 100
value:
node4: output
inputs: [node3]
inputs: [:node3]
node5:
agent: sleeperAgent
params:
duration: 500
value:
node5: output
inputs: [node2, node4]
inputs: [:node2, :node4]

0 comments on commit cbeba47

Please sign in to comment.