Skip to content

Commit

Permalink
Add missing delivery transaction to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp99 committed Jul 30, 2023
1 parent 385c149 commit 69d9e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-network/scripts/init_and_run_txs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ assert_cmd "$JQ"
TOKEN=$(get_token)
invoke method=init args:='[]'
invoke method=newOrder args[]=@"$TEST_INPUTS_DIR/newOrder.json"
invoke method=delivery args[]=@"$TEST_INPUTS_DIR/delivery.json"
query method=orderStatus args[]=@"$TEST_INPUTS_DIR/orderStatus.json"
invoke method=payment args[]=@"$TEST_INPUTS_DIR/payment.json"
query method=stockLevel args[]=@"$TEST_INPUTS_DIR/stockLevel.json"

0 comments on commit 69d9e40

Please sign in to comment.