Skip to content

Commit

Permalink
Modifications after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alsala committed Jul 3, 2024
1 parent 68a7b7e commit 98a15ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qa/sc_evm_backward_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,9 @@ def run_test(self):

try:
withdrawcoins(sc_node, mc_address2, sc_bt_amount_in_zennies_2)
fail("Interoperability call should fail before fork point")
fail("call should fail after fork 1.5 activation")
except Exception as err:
print("Expected exception thrown: {}".format(err))
# error is raised from API since the address has no balance
assert_true("Fork 1.5 is active" in str(err))
# 'Something went wrong, see {\'error\': {\'code\': \'0204\', \'description\': \'Fork 1.5 is active, can not invoke this command\', \'detail\': \'\'}}'

Expand Down

0 comments on commit 98a15ca

Please sign in to comment.