diff --git a/test/marinade-finance-instructions.spec.ts b/test/marinade-finance-instructions.spec.ts index a500b24..78029d5 100644 --- a/test/marinade-finance-instructions.spec.ts +++ b/test/marinade-finance-instructions.spec.ts @@ -383,7 +383,7 @@ describe('Marinade Finance', () => { await TestWorld.PROVIDER.sendAndConfirm(transaction) fail('should not be able to claim') } catch (e) { - if (!(e as Error).message.includes('custom program error: 0x1103')) { + if (!(e as Error).message.includes('custom program error: 0x1784')) { console.log('Claim ticket failed with unexpected error', e) throw e }