Skip to content

Commit

Permalink
fix: dont call setup twice
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Jul 23, 2024
1 parent d102f94 commit bd215e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/BPool/BPool_ExitswapExternAmountOut.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ contract BPoolExitSwapExternAmountOut is BPoolBase, BNum {
uint256 public exitFee = 0;

function setUp() public virtual override {
super.setUp();
super.setUp();
tokenOut = tokens[1];
bPool.set__records(tokenOut, IBPool.Record({bound: true, index: 0, denorm: tokenOutWeight}));
Expand Down

0 comments on commit bd215e2

Please sign in to comment.