Skip to content

Commit

Permalink
fix: add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 29, 2024
1 parent df7be5d commit 98f6f08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const makeMockPools = () => {
getPendingTxHashes: jest.fn().mockReturnValue([]),
getTxStatus: jest.fn().mockReturnValue(undefined),
markAsMined: jest.fn(),
markMinedAsPending: jest.fn(),
},
attestationPool: {
addAttestations: jest.fn(),
Expand Down

0 comments on commit 98f6f08

Please sign in to comment.