Skip to content

Commit

Permalink
fix conflict after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin committed Jun 30, 2023
1 parent 4f920c0 commit debe8f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/aptos/e2e/cases/move.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ def test_move_run(run_helper: RunHelper, test_name=None):
],
)

response = json.loads(response.stdout)
if response["Result"].get("success") != True:
if '"success": true' not in response.stdout:
raise TestError("Move run did not execute successfully")

# Get what modules exist on chain.
Expand Down

0 comments on commit debe8f1

Please # to comment.