Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Oct 8, 2024
1 parent 5f0896f commit 732a630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Resubmitting Failed Transactions', () => {

// #endregion resubmitting-failed-transactions-3
}).rejects.toThrow(
'TTransaction input validation failed: UTXO (id: 8f8ae65eeed9c7dc73b9d4f65b5b757cb901662a90c207a9b7a81bdc1a0b9e640000) does not exist'
'Transaction input validation failed: UTXO (id: 8f8ae65eeed9c7dc73b9d4f65b5b757cb901662a90c207a9b7a81bdc1a0b9e640000) does not exist'
);

await expect(
Expand Down

0 comments on commit 732a630

Please sign in to comment.