Skip to content

Commit 08d723d

Browse files
committed
fix?
1 parent 777b230 commit 08d723d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/tests/reserve/test_main_chain_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_mint_tokens_for_reserve(
1717
initial_balance = api.get_mc_balance(governance_address, reserve_asset_id)
1818
tokens_to_mint = 1000
1919
result = mint_token(tokens_to_mint)
20-
assert "Transaction successfully submitted" in result
20+
assert "txhash" in result
2121
assert wait_until(
2222
lambda: api.get_mc_balance(governance_address, reserve_asset_id) == initial_balance + tokens_to_mint,
2323
timeout=config.timeouts.main_chain_tx,

0 commit comments

Comments
 (0)