difftreelog
fix evm scheduling test
in: master
1 file changed
tests/src/.outdated/eth/scheduling.test.tsdiffbeforeafterboth59 )).to.not.be.rejected;59 )).to.not.be.rejected;60 expect(await flipper.methods.getValue().call()).to.be.equal(initialValue);60 expect(await flipper.methods.getValue().call()).to.be.equal(initialValue);61 61 62 await waitNewBlocks(waitForBlocks - 1);62 await waitNewBlocks(waitForBlocks);63 expect(await flipper.methods.getValue().call()).to.be.not.equal(initialValue);63 expect(await flipper.methods.getValue().call()).to.be.not.equal(initialValue);64 64 65 await waitNewBlocks(periodBlocks);65 await waitNewBlocks(periodBlocks);