git.delta.rocks / unique-network / refs/commits / c83279b83557

difftreelog

fix evm scheduling test

Daniel Shiposha2022-09-12parent: #6bb2316.patch.diff
in: master

1 file changed

modifiedtests/src/.outdated/eth/scheduling.test.tsdiffbeforeafterboth
59 )).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);