Skip to content

Commit

Permalink
updated date for the detail spec to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
okeinom committed Sep 20, 2023
1 parent 0534ee0 commit a7e0629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/sermon/detail.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@ describe('sermon detail page', () => {
},
},
],
recordingDate: '23-03-01 09:30:00',
recordingDate: '2023-03-01 09:30:00',
});

const { getByText } = await renderPage();

expect(getByText('March 1, 23, 9:30 AM')).toBeInTheDocument();
expect(getByText('March 1, 2023, 9:30 AM')).toBeInTheDocument();
});

it('includes series title', async () => {
Expand Down

0 comments on commit a7e0629

Please sign in to comment.