Skip to content

Commit

Permalink
load old test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaOneOut36 committed Aug 29, 2024
1 parent 202159a commit a34edb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('Incoming Payment Resolver', (): void => {
await appContainer.apolloClient.stop()
await appContainer.shutdown()
})
/*

describe('Wallet address incoming payments', (): void => {
beforeEach(async (): Promise<void> => {
walletAddressId = (await createWalletAddress(deps, { assetId: asset.id }))
Expand Down Expand Up @@ -441,7 +441,7 @@ describe('Incoming Payment Resolver', (): void => {
}
})
})
*/

describe('Mutation.updateIncomingPayment', (): void => {
let amount: Amount
let expiresAt:Date
Expand Down

0 comments on commit a34edb0

Please sign in to comment.