Skip to content

Commit

Permalink
chore: Update src/NFT/NFT.router.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Cazala <juancazala@gmail.com>
  • Loading branch information
fzavalia and cazala committed Mar 16, 2022
1 parent 8875db1 commit 7a7a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NFT/NFT.router.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const server = supertest(app.getApp())
const mockAddress = '0x6D7227d6F36FC997D53B4646132b3B55D751cc7c'

describe('when getting nfts', () => {
describe('when owner query param does not have a valid etherum address pattern', () => {
describe('when owner query param does not have a valid ethereum address pattern', () => {
it('should fail with a bad request error', async () => {
const response = await server
.get('/v1/nfts?owner=invalid-owner')
Expand Down

0 comments on commit 7a7a42b

Please sign in to comment.