From c83279b83557c2b07f6582d3cd01f1252e022e88 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Mon, 12 Sep 2022 08:01:17 +0000 Subject: [PATCH] fix: evm scheduling test --- --- a/tests/src/.outdated/eth/scheduling.test.ts +++ b/tests/src/.outdated/eth/scheduling.test.ts @@ -59,7 +59,7 @@ )).to.not.be.rejected; expect(await flipper.methods.getValue().call()).to.be.equal(initialValue); - await waitNewBlocks(waitForBlocks - 1); + await waitNewBlocks(waitForBlocks); expect(await flipper.methods.getValue().call()).to.be.not.equal(initialValue); await waitNewBlocks(periodBlocks); -- gitstuff