Skip to content

Commit

Permalink
Update controller.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymmmy committed Jan 11, 2024
1 parent 9e6a4ce commit a1579af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe('Transaction Controller', (): void => {
success: true,
message: 'SUCCESS'
})
const data = res._getJSONData().data[0]
const data = res._getJSONData().result[0]
expect(data).toHaveProperty('walletAddressId')
expect(data).toHaveProperty('accountId')
expect(data).toHaveProperty('paymentId')
Expand Down

0 comments on commit a1579af

Please sign in to comment.