Skip to content

Commit

Permalink
fix(backend): rm debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Oct 20, 2023
1 parent 6f3e16e commit 9fd8b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/graphql/resolvers/quote.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ describe('Quote Resolvers', (): void => {
})
.then((query): QuoteResponse => query.data?.createQuote)

console.log(createSpy.mock.calls[0])
expect(createSpy).toHaveBeenCalledWith({ ...input, method: 'ilp' })
expect(query.code).toBe('200')
expect(query.success).toBe(true)
Expand Down

0 comments on commit 9fd8b16

Please sign in to comment.