Skip to content

Commit

Permalink
SMA-82: update test to match EventDTO object
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Apr 15, 2024
1 parent 58fc841 commit 063dc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/sportsmatch-app/src/components/SportEvent.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ describe('SportEvent', async () => {
id: 1,
maxElo: 2000,
minElo: 1800,
dateEnd: '27-01-2024 17:00',
dateStart: '26-01-2024 15:00',
dateEnd: '27.01.2024 17:00',
dateStart: '26.01.2024 15:00',
placeDTO: {
name: 'Test Location',
address: 'address',
Expand Down

0 comments on commit 063dc8f

Please sign in to comment.