degatchi/basic-treasury-rewarder

test

Closed this issue · 1 comments

https://github.com/DeGatchi/basic-treasury-rewarder/blob/0b0b886bc075b301d24417ffea75249b65d1373b/src/test/Contract.t.sol#L71-L88

just letting you know, nothing big though. testClaimRewards() is failing since hevm.stopPrank() is not there in testReleaseRewards() and similarly testFailDepositEthAfterClaim() fails because of that and not because of depositing eth after claim.

Screenshot 2022-09-20 at 6 43 41 PM

we must be using different versions of foundry bc mine passed!
image