Skip to content

Commit

Permalink
refactor: resolved failing snapshot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed May 16, 2024
1 parent 1d53ef6 commit a0483d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/containers/SelectSessionModal/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const hookReturn = {
};

const availableSessions = [
{ startDate: '1/2/2000', endDate: '1/2/2020', courseId: 'test-course-id-1' },
{ startDate: '2/3/2000', endDate: '2/3/2020', courseId: 'test-course-id-2' },
{ startDate: '3/4/2000', endDate: '3/4/2020', courseId: 'test-course-id-3' },
{ startDate: '01/02/2000', endDate: '01/02/2020', courseId: 'test-course-id-1' },
{ startDate: '02/03/2000', endDate: '02/03/2020', courseId: 'test-course-id-2' },
{ startDate: '03/04/2000', endDate: '03/04/2020', courseId: 'test-course-id-3' },
];

describe('SelectSessionModal', () => {
Expand Down

0 comments on commit a0483d4

Please sign in to comment.