Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Mar 26, 2024
1 parent c7f8bdb commit 0aae7fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/modules/routing/selectors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,6 @@ describe('when getting if the page name', () => {
[locations.item('anAddress', 'anId'), PageName.ITEM_DETAIL],
[locations.parcel('x', 'y'), PageName.PARCEL_DETAIL],
[locations.estate('anId'), PageName.ESTATE_DETAIL],
[locations.buy(AssetType.NFT, 'anAddress', 'anId'), PageName.BUY_NFT],
[locations.buy(AssetType.ITEM, 'anAddress', 'anId'), PageName.BUY_ITEM],
[locations.buyStatusPage(AssetType.NFT, 'anAddress', 'anId'), PageName.BUY_NFT_STATUS],
[locations.buyStatusPage(AssetType.ITEM, 'anAddress', 'anId'), PageName.BUY_ITEM_STATUS],
[locations.cancel('anAddress', 'anId'), PageName.CANCEL_NFT_SALE],
Expand Down

0 comments on commit 0aae7fe

Please sign in to comment.