Skip to content

Commit f54ee6f

Browse files
committed
fix ci
1 parent 652c3ff commit f54ee6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/position-managers/PositionManager.notifier.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ contract PositionManagerNotifierTest is Test, PosmTestSetup {
495495

496496
// approve this contract to operate on alices liq
497497
vm.startPrank(alice);
498-
lpm.approve(address(this), tokenId);
498+
IERC721(address(lpm)).approve(address(this), tokenId);
499499
vm.stopPrank();
500500

501501
vm.expectRevert();

0 commit comments

Comments
 (0)