Fix backend tests 'valid event input with location name'

This commit is contained in:
Wolfgang Huß 2024-08-29 13:42:40 +02:00
parent 6a03952da5
commit 27777eedaa

View File

@ -632,8 +632,8 @@ describe('CreatePost', () => {
eventLocationName: 'Leipzig',
eventVenue: 'Connewitzer Kreuz',
eventLocation: {
lng: 12.374733,
lat: 51.340632,
lng: 12.375101,
lat: 51.34083,
},
},
},
@ -947,8 +947,8 @@ describe('UpdatePost', () => {
eventLocationName: 'Leipzig',
eventVenue: 'Connewitzer Kreuz',
eventLocation: {
lng: 12.374733,
lat: 51.340632,
lng: 12.375101,
lat: 51.34083,
},
},
},