Closed sobolev-igor closed 5 years ago
Hey @sobolev-igor! The test actually errors on purpose to show the power of the Solidity stack traces that Buidler enables! I should make a note of this. Thanks for the feedback!
I've updated the README to reflect!
Oh, I got it!
Hi! Thanks for the repo!
I've tried to run tests, but the second one fails here, as
count
variable ofCounter
contract is set to 0 inside thebeforeEach()
call. Therefore,countDown()
function call reverts!You should add
countUp()
function call before counting down :)