Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Dec 4, 2024
1 parent 7f8597d commit 9bbd3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/position-managers/PositionManager.notifier.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ contract PositionManagerNotifierTest is Test, PosmTestSetup, GasSnapshot {
vm.stopPrank();

vm.expectRevert();
lpm.subscribe(tokenId, config, subEOA, ZERO_BYTES);
lpm.subscribe(tokenId, subEOA, ZERO_BYTES);
}

function test_subscribe_withData() public {
Expand Down

0 comments on commit 9bbd3d0

Please sign in to comment.