Skip to content

Commit

Permalink
[gh-2478] add assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feliciss committed Aug 22, 2024
1 parent 7a939a8 commit a7ab7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/testsuite/features/cmd.feature
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Feature: Rooch CLI integration tests
Then cmd: "transaction get-transactions-by-hash --hashes {{$.transaction[-1].data[0].execution_info.tx_hash}}"
Then cmd: "transaction build --function rooch_framework::empty::empty --json"
Then cmd: "transaction submit --signed-tx-hex {{$.transaction[-1]}}"
Then assert: "'{{$.transaction[-1]}}' not_contains error"

# alias tx for transaction
Then cmd: "tx get-transactions-by-order --cursor 1 --limit 2 --descending-order true"
Expand Down

0 comments on commit a7ab7bf

Please sign in to comment.