Skip to content

Commit 9bbd3d0

Browse files
committed
update test
1 parent 7f8597d commit 9bbd3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ contract PositionManagerNotifierTest is Test, PosmTestSetup, GasSnapshot {
503503
vm.stopPrank();
504504

505505
vm.expectRevert();
506-
lpm.subscribe(tokenId, config, subEOA, ZERO_BYTES);
506+
lpm.subscribe(tokenId, subEOA, ZERO_BYTES);
507507
}
508508

509509
function test_subscribe_withData() public {

0 commit comments

Comments
 (0)