Skip to content

Commit cdc6fd0

Browse files
committed
fixing the test for programCard
1 parent de0bc38 commit cdc6fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/__tests__/unit/components/ProgramCard.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ describe('ProgramCard', () => {
339339
)
340340

341341
expect(
342-
screen.getByText((t) => t.includes('Jan 1, 2024') && t.includes('Jan 1, 2025'))
342+
screen.getByText((t) => t.includes('Jan 1, 2024') && t.includes('Dec 31, 2024'))
343343
).toBeInTheDocument()
344344
})
345345

0 commit comments

Comments
 (0)