Skip to content

Commit

Permalink
test: remove unnecessary mock
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustrian committed May 9, 2024
1 parent 53d3300 commit 982abaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/BPool.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ contract BPool_Unit_ExitPool is BasePoolTest {
// Create mocks
for (uint256 i = 0; i < tokens.length; i++) {
_mockTransfer(tokens[i]);
_mockTransferFrom(tokens[i]);
}

// Set tokens
Expand Down

0 comments on commit 982abaa

Please sign in to comment.