Skip to content

Commit

Permalink
fix: Update broken Collector Signals tracking tests (#10684)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun committed Aug 30, 2024
1 parent 6a49165 commit 3b7f018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Scenes/Search/SearchArtworksContainer.tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ describe("SearchArtworks", () => {
internalID: "internalID",
slug: "artworkSlug",
artistNames: "Artist Name",
collectorSignals: null,
}),
})

Expand Down
1 change: 1 addition & 0 deletions src/app/__fixtures__/ArtworkFixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,4 +669,5 @@ export const ArtworkFixture = {
],
},
},
collectorSignals: null,
}

0 comments on commit 3b7f018

Please sign in to comment.