Skip to content

Commit

Permalink
fix: fix regression in cucumber tests for wallet ffi step (#3356)
Browse files Browse the repository at this point in the history
Description
---

Motivation and Context
---

How Has This Been Tested?
---
  • Loading branch information
StriderDM committed Sep 16, 2021
1 parent a82638a commit 481f3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/features/support/steps.js
Expand Up @@ -3938,7 +3938,7 @@ Then(
);

Then(
"I wait for ffi wallet (.*) to receive {int} mined",
"I wait for ffi wallet {word} to receive {int} mined",
{ timeout: 710 * 1000 },
async function (wallet_name, amount) {
let wallet = this.getWallet(wallet_name);
Expand Down

0 comments on commit 481f3c9

Please sign in to comment.