Skip to content

Commit

Permalink
test nit
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Feb 20, 2024
1 parent c7b700b commit 5bc7319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GeomeanOracle.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ contract TestGeomeanOracle is Test, Deployers {
ZERO_BYTES
);

vm.expectRevert();
vm.expectRevert(GeomeanOracle.OraclePoolMustLockLiquidity.selector);
modifyLiquidityRouter.modifyLiquidity(
key,
IPoolManager.ModifyLiquidityParams(
Expand Down

0 comments on commit 5bc7319

Please sign in to comment.