You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #82, increasing `currentTime` by 1 second isn't enough
to actually create new MPs, so the test could return false positives.
This change increases the time between checks arbritraryly longer, such
that MPs would actually be created if the max MP wasn't reached.
Closes#82
staking-reward-streamer/test/RewardsStreamerMP.t.sol
Line 795 in 4968ad4
This line add only 1 second to test.
The problem rises that 1 second might not be enough for generating 1 MP. See #52
There is no advantage in testing the rise of 1 second in time, the test would be more robust if a bigger warp is done, such as 1 year, or 1 day.
The text was updated successfully, but these errors were encountered: