Skip to content

Commit

Permalink
Remove optional field fromt est object
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Nov 30, 2024
1 parent 1896854 commit de1e51e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/drift-ethers-v5/src/EthersReadAdapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ describe("EthersReadAdapter", () => {
gasPrice: expect.any(BigInt),
input: expect.any(String),
nonce: expect.any(BigInt),
type: expect.any(String || undefined),
value: expect.any(BigInt),
blockHash: expect.any(String),
blockNumber: expect.any(BigInt),
Expand Down

0 comments on commit de1e51e

Please sign in to comment.