Skip to content

Commit

Permalink
fix unit mock
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Sep 2, 2024
1 parent 3b9fd92 commit 82aea54
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/handlers/contract-request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,13 @@ describe('contract-request', () => {
return response;
},

submitZKPResponseV2: async (
signer: Signer,
txData: ContractInvokeTransactionData,
zkProofResponses: ZeroKnowledgeProofResponse[]
) => {
submitZKPResponseV2: async () => {
const response = 'txhash1';
return response;
},

prepareZKPResponseTxData: async () => {
return new Map();
},

prepareZKPResponseV2TxData: async () => {
return '';
}
};

Expand Down

0 comments on commit 82aea54

Please sign in to comment.