Skip to content

Commit 7915918

Browse files
committed
fix flaky test
1 parent 9f8958c commit 7915918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ethereum-contracts/test/foundry/echidna/EchidnaTestCases.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ contract EchidnaTestCases is FoundrySuperfluidTester {
2626
public
2727
{
2828
vm.assume(member != address(0));
29+
vm.assume(member != currentPool);
2930
vm.assume(flowRate > 0);
3031

3132
_helperUpdateMemberUnits(currentPool, alice, member, units);

0 commit comments

Comments
 (0)