Skip to content

Commit

Permalink
fix: fix broken test (#11084)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun authored Nov 11, 2024
1 parent 96fe0cc commit 3a823a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/Scenes/Home/Components/ActivityRailItem.tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ describe("ActivityRail", () => {
})

it("renders a PARTNER_OFFER_CREATED artwork alert activity item", () => {
// Today is Friday, November 01, 2024 11:11:11.000 AM UTC in milliseconds
Date.now = () => 1730459471000

renderWithRelay({
Me: () => ({
notification: {
Expand Down

0 comments on commit 3a823a2

Please sign in to comment.