Skip to content

Commit

Permalink
cucumber format
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Oct 28, 2021
1 parent 7b8e3b3 commit ed4fc6e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions integration_tests/features/support/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,11 +837,7 @@ Then(

Then(/node (.*) has a pruned height of (\d+)/, async function (name, height) {
const client = this.getClient(name);
await waitFor(
async () => await client.getPrunedHeight(),
height,
115 * 1000
);
await waitFor(async () => await client.getPrunedHeight(), height, 115 * 1000);
const currentHeight = await client.getPrunedHeight();
console.log(
`Node ${name} has a pruned height: ${currentHeight} (should be`,
Expand Down

0 comments on commit ed4fc6e

Please sign in to comment.