Skip to content

Commit

Permalink
fix(backend): touchup tests
Browse files Browse the repository at this point in the history
Co-authored-by: Max Kurapov <max@interledger.org>
  • Loading branch information
cozminu and mkurapov authored Mar 5, 2025
1 parent 33e5f8d commit 3445660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ describe('Receiver Service', (): void => {

test('gets receiver from completed remote incoming payment', async () => {
const mockedIncomingPayment = mockIncomingPaymentWithPaymentMethods({
completed: true // cannot get receiver with a completed incoming payment
completed: true
})

const localIncomingPaymentServiceGetSpy = jest
Expand Down

0 comments on commit 3445660

Please sign in to comment.