Skip to content

Commit

Permalink
test: increase tokens to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustrian committed May 8, 2024
1 parent ea089f2 commit bfbb34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/BPool.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract contract Base is Test, BConst {
using LibString for *;

BPool public bPool;
address[5] public tokens;
address[8] public tokens;

function setUp() public {
bPool = new BPool();
Expand Down Expand Up @@ -271,7 +271,7 @@ contract BPool_Unit_JoinPool is Base {

struct FuzzScenario {
uint256 poolAmountOut;
uint256[5] balance;
uint256[8] balance;
}

function _setValues(FuzzScenario memory _fuzz) internal {
Expand Down

0 comments on commit bfbb34b

Please sign in to comment.