Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaanshK committed Jun 28, 2024
1 parent 2e32ee2 commit 46d8c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foundry/SponsorshipPaymasterWithPremium.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract SponsorshipPaymasterWithPremiumTest is NexusTestBase {
vm.startPrank(ALICE_ADDRESS);
assertEq(bicoPaymaster.feeCollector(), CHARLIE_ADDRESS);
vm.expectRevert(abi.encodeWithSignature("FeeCollectorCannotBeZero()"));
bicoPaymaster.setFeeCollector(DAN_ADDRESS);
bicoPaymaster.setFeeCollector(address(0));
vm.stopPrank();

vm.startPrank(DAN_ADDRESS);
Expand Down

0 comments on commit 46d8c89

Please sign in to comment.