Skip to content

Commit

Permalink
fix:revert suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 17, 2024
1 parent eeff817 commit e2f7862
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/unit/concrete/TestSponsorshipPaymaster.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,7 @@ contract TestSponsorshipPaymasterWithPriceMarkup is TestBase {

PackedUserOperation[] memory ops = new PackedUserOperation[](1);
// price markup of 1e6
(PackedUserOperation memory userOp, bytes32 userOpHash) = createUserOp({
sender: ALICE,
paymaster: bicoPaymaster,
pariceMarkup: 1e6,
postOpGasLimitOverride: 55_000
});
(PackedUserOperation memory userOp, bytes32 userOpHash) = createUserOp(ALICE, bicoPaymaster, 1e6, 55_000);
ops[0] = userOp;

uint256 initialBundlerBalance = BUNDLER.addr.balance;
Expand Down

0 comments on commit e2f7862

Please sign in to comment.