Skip to content

Commit

Permalink
Update integration_tests/features/support/steps.js
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Hambly <byron.hambly@gmail.com>
  • Loading branch information
SWvheerden and delta1 authored Aug 27, 2021
1 parent 1f59863 commit 40d4f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/features/support/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Given("I have {int} seed nodes", { timeout: 20 * 1000 }, async function (n) {
});

Given(
/I do not expect all automated transactions to exceed/,
/I do not expect all automated transactions to succeed/,
{ timeout: 20 * 1000 },
async function () {
this.checkAutoTransactions = false;
Expand Down

0 comments on commit 40d4f00

Please sign in to comment.