Skip to content

Commit

Permalink
fix address match
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikd-dev committed Aug 12, 2024
1 parent 008a7d7 commit eaf9beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/concrete/flowBasic/FlowTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ contract FlowTest is FlowBasicTest {

(IFlowV5 flow, EvaluableV2 memory evaluable) = deployFlow();

vm.assume(bob != address(flow));
vm.assume(alise != address(flow));

{
ERC20Transfer[] memory erc20Transfers = new ERC20Transfer[](2);
erc20Transfers[0] =
Expand Down

0 comments on commit eaf9beb

Please sign in to comment.