Skip to content

Commit

Permalink
remove unused maxFeePerGas property in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Dec 6, 2024
1 parent 166e76a commit a187ca1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ describe("request-handlers - e2e", () => {
params: [
{
to: "0x0000000000000000000000000000000000000012",
maxFeePerGas: "0x99",
},
],
});
Expand All @@ -123,7 +122,6 @@ describe("request-handlers - e2e", () => {
);
// gas price
assert.equal(res[0].maxPriorityFeePerGas, "0x4");
assert.equal(res[0].maxFeePerGas, "0x99");
// sender
assert.equal(res[0].from, "0x123006d4548a3ac17d72b372ae1e416bf65b8eaf");
});
Expand Down

0 comments on commit a187ca1

Please sign in to comment.