fix derive invoice state spec
This commit is contained in:
@@ -110,6 +110,6 @@ describe('deriveInvoiceState', () => {
|
|||||||
moneroDetails: undefined,
|
moneroDetails: undefined,
|
||||||
payments: [{ amountAtomic: '1000', confirmations: 10 }]
|
payments: [{ amountAtomic: '1000', confirmations: 10 }]
|
||||||
})
|
})
|
||||||
).toThrow('Invoice is missing Monero required confirmations');
|
).toThrow('Invoice is missing xmr required confirmations');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user