From 932cbf64c16e3c784d5777a55d35c30b26eb9643 Mon Sep 17 00:00:00 2001 From: nobswebdev Date: Thu, 3 Sep 2026 11:39:33 +0200 Subject: [PATCH] fix derive invoice state spec --- backend/src/utils/invoice/deriveInvoiceState.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/utils/invoice/deriveInvoiceState.spec.ts b/backend/src/utils/invoice/deriveInvoiceState.spec.ts index ace25ec..30f21b7 100644 --- a/backend/src/utils/invoice/deriveInvoiceState.spec.ts +++ b/backend/src/utils/invoice/deriveInvoiceState.spec.ts @@ -110,6 +110,6 @@ describe('deriveInvoiceState', () => { moneroDetails: undefined, payments: [{ amountAtomic: '1000', confirmations: 10 }] }) - ).toThrow('Invoice is missing Monero required confirmations'); + ).toThrow('Invoice is missing xmr required confirmations'); }); });