Skip to content

Commit

Permalink
fix echidna testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Oct 29, 2024
1 parent 66f3899 commit 74e1d21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ contract EchidnaTestCases is FoundrySuperfluidTester {
function testDistributeFlowToDisconnectedMember(address member, uint64 units, int32 flowRate, bool useForwarder)
public
{
vm.assume(member != address(0));
vm.assume(flowRate > 0);

_helperUpdateMemberUnits(currentPool, alice, member, units);
Expand Down

0 comments on commit 74e1d21

Please sign in to comment.