diff --git a/src/containers/SelectSessionModal/index.test.jsx b/src/containers/SelectSessionModal/index.test.jsx index 19958d506..ecb7398ad 100644 --- a/src/containers/SelectSessionModal/index.test.jsx +++ b/src/containers/SelectSessionModal/index.test.jsx @@ -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', () => {