Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pause125 committed Aug 14, 2023
1 parent b4aaeeb commit 860c076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testsuite/features/cmd.feature
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ Feature: Rooch CLI integration tests
# The entry_function_arguments example
Then cmd: "move publish -p ../../examples/entry_function_arguments --sender-account {default} --named-addresses rooch_examples={default} --by-move"
Then cmd: "move run --function {default}::entry_function::emit_u8 --args u8:3 --sender-account {default}"
Then assert: "{{$move[-1].output.status.type == executed}}"
Then assert: "{{$.move[-1].output.status.type}} == executed"

Then stop the server

0 comments on commit 860c076

Please sign in to comment.