We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d704cb0 commit ece9d9cCopy full SHA for ece9d9c
packages/indexer-common/src/indexing-fees/__tests__/dips.test.ts
@@ -476,7 +476,7 @@ describe('DipsCollector', () => {
476
status: CollectPaymentStatus.ACCEPT,
477
tapReceipt: Buffer.from('1234', 'hex'),
478
})
479
- GatewayDipsServiceMessages.decodeTapReceipt = jest.fn().mockImplementation(() => {
+ jest.spyOn(GatewayDipsServiceMessages, 'decodeTapReceipt').mockImplementation(() => {
480
logger.info('MOCK Decoding TAP receipt')
481
return {
482
allocation_id: toAddress(testAllocationId),
0 commit comments