Skip to content

Commit

Permalink
chore: fix broken tests (#10690)
Browse files Browse the repository at this point in the history
* chore: fix broken tests

* update tests snapshots
  • Loading branch information
MrSltun committed Aug 30, 2024
1 parent 96f5cf8 commit b47e6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ describe("ArtworkCommercialButtons", () => {
"context_owner_id": "5b2b745e9c18db204fc32e11",
"context_owner_slug": "andreas-rod-prinzknecht",
"context_owner_type": "artwork",
"signal_label": "Limited-Time Offer",
"signal_label": undefined,
},
]
`)
Expand Down Expand Up @@ -494,7 +494,7 @@ describe("ArtworkCommercialButtons", () => {
"context_owner_id": "5b2b745e9c18db204fc32e11",
"context_owner_slug": "andreas-rod-prinzknecht",
"context_owner_type": "artwork",
"signal_label": "Limited-Time Offer",
"signal_label": undefined,
},
]
`)
Expand Down
1 change: 0 additions & 1 deletion src/app/Scenes/Search/SearchArtworksContainer.tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ describe("SearchArtworks", () => {
"destination_screen_owner_type": "artwork",
"position": 0,
"query": "keyword",
"signal_label": "Limited-Time Offer",
"sort": "-decayed_merch",
"type": "thumbnail",
},
Expand Down

0 comments on commit b47e6bd

Please sign in to comment.