mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix backend tests 'valid event input with location name'
This commit is contained in:
parent
6a03952da5
commit
27777eedaa
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user