In test_shutdown.py I am still failing at line 45 when it calls estimatedTotalAssets().
The test is supposed to compare that the assets deposited still equal roughly the same after the first harvest right after a deposit (when in theory no profit has been made)
However, the assets come out to more than expected. This seems to suggest I'm either:
- instantly gaining some profit from the contract upon deposit (which could be with how they count share balances)
Or
- that I am miscalculating the reported profit, but I do not see anything in
estimatedTotalAssets() that suggests that.
Would love support in double checking this.
In test_shutdown.py I am still failing at line 45 when it calls estimatedTotalAssets().
The test is supposed to compare that the assets deposited still equal roughly the same after the first harvest right after a deposit (when in theory no profit has been made)
However, the assets come out to more than expected. This seems to suggest I'm either:
Or
estimatedTotalAssets()that suggests that.Would love support in double checking this.