Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update OpportunityIntro.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Sep 13, 2024
1 parent 158a99d commit 4e22d2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const mockOpportunityData: Opportunity = {
program_title: "Test Program 2",
},
],
updated_at: "2024-08-10T00:00:00Z",
updated_at: "2024-08-10T10:00:00Z",
} as Opportunity;

describe("OpportunityIntro", () => {
Expand All @@ -57,7 +57,7 @@ describe("OpportunityIntro", () => {
render(<OpportunityIntro opportunityData={mockOpportunityData} />);

expect(
screen.getByText("Last updated: August 9, 2024"),
screen.getByText("Last updated: August 10, 2024"),
).toBeInTheDocument();
});

Expand Down

0 comments on commit 4e22d2e

Please sign in to comment.