Skip to content

Commit

Permalink
Add missing event index fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolio85 committed Nov 26, 2023
1 parent 6315be4 commit e677d02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Requests/fixtures/event.index.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"city": "Stuttgart"
},
"start_at": "2023-01-04 17:00:00",
"meetup_at": "2023-01-04 16:00:00",
"banner": "https://static.truckersmp.com/images/event/cover/cover.png",
"map": "https://static.truckersmp.com/images/event/map/map.jpeg",
"description": "",
Expand Down Expand Up @@ -128,6 +129,7 @@
"city": "Dover"
},
"start_at": "2023-01-07 13:00:00",
"meetup_at": "2023-01-07 12:00:00",
"banner": "https://static.truckersmp.com/images/event/cover/cover.jpeg",
"map": "https://static.truckersmp.com/images/event/map/map.png",
"description": "Description",
Expand Down

0 comments on commit e677d02

Please sign in to comment.