Skip to content

Commit a971e11

Browse files
authored
Merge pull request #203 from estartando-devs/fix/change-steps-data
2 parents 9a25c9f + b6c44b2 commit a971e11

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/mocks/Schedule.mock.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ const mock: ISchedule[] = [
2929
},
3030
{
3131
title: 'Prova',
32-
description: '05 de junho',
33-
dateEnd: '2024-06-05T22:30:00Z',
32+
description: '03 de junho',
33+
dateEnd: '2024-06-03T23:59:00Z',
3434
},
3535
{
3636
title: 'Resultado da Prova',
37-
description: '06 de junho',
38-
dateEnd: '2024-06-06T23:00:00Z',
37+
description: '04 de junho',
38+
dateEnd: '2024-06-04T23:59:00Z',
3939
},
4040
// {
4141
// title: 'Hackathon',
@@ -44,18 +44,18 @@ const mock: ISchedule[] = [
4444
// },
4545
{
4646
title: 'Bate papo com o time',
47-
description: 'Online, entre os dias 08 de junho e 16 de junho',
48-
dateEnd: '2024-06-16T23:59:00Z',
47+
description: 'Online, entre os dias 06 de junho e 14 de junho',
48+
dateEnd: '2024-06-14T23:59:00Z',
4949
},
5050
{
5151
title: 'Resultado Final',
52-
description: '17 de junho',
53-
dateEnd: '2024-06-17T23:00:00Z',
52+
description: '15 de junho',
53+
dateEnd: '2024-06-16T23:59:00Z',
5454
},
5555
{
5656
title: 'Início das Aulas',
57-
description: '19 de junho',
58-
dateEnd: '2024-06-19T23:00:00Z',
57+
description: '18 de junho',
58+
dateEnd: '2024-06-19T23:59:00Z',
5959
},
6060
];
6161

0 commit comments

Comments
 (0)