Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pause125 committed Jul 25, 2024
1 parent 2da6920 commit 6075bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testsuite/features/bitseed.feature
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Feature: Rooch CLI bitseed tests
Then assert: "{{$.wallet[-1].total}} == 5000000000"

# publish bitseed runner
Then cmd: "move publish -p ../../examples/bitseed_runner --named-addresses rooch_examples=default"
Then cmd: "move publish -p ../../examples/bitseed_runner --named-addresses rooch_examples=default --json"
Then assert: "{{$.move[-1].execution_info.status.type}} == executed"

# generator
Expand Down

0 comments on commit 6075bdb

Please sign in to comment.