--- 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);