diff --git a/integration_tests/features/WalletQuery.feature b/integration_tests/features/WalletQuery.feature index 757ac26834..bc7fd106d3 100644 --- a/integration_tests/features/WalletQuery.feature +++ b/integration_tests/features/WalletQuery.feature @@ -4,7 +4,6 @@ @wallet-query @wallet Feature: Wallet Querying - Scenario: As a wallet I want to query the status of utxos in blocks Given I have a seed node WalletSeedA When I mine a block on WalletSeedA with coinbase CB1 @@ -19,7 +18,7 @@ Feature: Wallet Querying When I create a transaction TX1 spending CB1 to UTX1 When I submit transaction TX1 to SeedA Then TX1 is in the mempool - When I mine 1 blocks on SeedA + When I mine 2 blocks on SeedA Then the UTXO UTX1 has been mined according to SeedA