Skip to content

Commit

Permalink
feat: Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefSnoopy committed Apr 25, 2024
1 parent d2ce275 commit b72ca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pool-cl/CLPoolManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ contract CLPoolManagerTest is Test, Deployers, TokenFixture, GasSnapshot {
(uint160 sqrtPriceX96, int24 tick, uint16 protocolFee, uint24 swapFee) = poolManager.getSlot0(id);
assertEq(poolInfo.sqrtPriceX96, sqrtPriceX96);
assertEq(poolInfo.tick, tick);
assertEq(poolInfo.sqrtPriceX96, sqrtPriceX96);
assertEq(poolInfo.protocolFee, protocolFee);
assertEq(poolInfo.swapFee, swapFee);

(, uint256 feeGrowthGlobal0X128, uint256 feeGrowthGlobal1X128, uint128 liquidity) = poolManager.pools(id);
Expand Down

0 comments on commit b72ca93

Please sign in to comment.