Skip to content

Commit 7ac9bba

Browse files
authored
Merge pull request #1918 from mintlayer/fix/wallet-functional-test
fix wallet functional test, add sync after new block
2 parents 4c742da + e885bd2 commit 7ac9bba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional/wallet_get_address_usage.py

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ async def async_test(self):
154154

155155
assert_in("The transaction was submitted successfully", await wallet.create_stake_pool(stake_pool_amount, 0, 0.5, decommission_address))
156156
self.generate_block()
157+
# sync the wallet
158+
output = await wallet.sync()
159+
assert_in("Success", output)
157160

158161
expected_output = """+-------+---------+----------------------------------------------+--------------------------------+
159162
| Index | Purpose | Address | Is used in transaction history | Coins

0 commit comments

Comments
 (0)