Skip to content

Commit

Permalink
init fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Dec 29, 2023
1 parent 90c4a15 commit 8942802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ describe("EntryPoint with VerifyingPaymaster Singleton", function () {
.connect(depositorSigner)
.withdrawTo(paymasterId, parseEther("1.1"))
).to.be.revertedWith(
"Sponsorship Paymaster: Insufficient withdrawable funds"
"Sponsorship Paymaster: Insufficient funds to withdraw from gas tank"
);
});
});
Expand Down

0 comments on commit 8942802

Please sign in to comment.