Skip to content

Commit

Permalink
getCollateral err msg update
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Feb 27, 2024
1 parent 0da3c7f commit be33b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ describe('get', () => {
// }
const res: any = await controller.getCollateral('999')
expect(res.code).toStrictEqual(404)
expect(res.message).toStrictEqual('Unable to find collateral token') // Token 999 does not exist!
expect(res.message).toStrictEqual('Token 999 does not exist!')
})
})

0 comments on commit be33b73

Please sign in to comment.