mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #7766 from Ocelot-Social-Community/7764-fix-tests-by-changing-mapbox-location-coordinates
fix(backend): fix backend tests by changing mapbox location coordinates
This commit is contained in:
commit
67c8c7b1e2
@ -632,8 +632,8 @@ describe('CreatePost', () => {
|
|||||||
eventLocationName: 'Leipzig',
|
eventLocationName: 'Leipzig',
|
||||||
eventVenue: 'Connewitzer Kreuz',
|
eventVenue: 'Connewitzer Kreuz',
|
||||||
eventLocation: {
|
eventLocation: {
|
||||||
lng: 12.374733,
|
lng: 12.375101,
|
||||||
lat: 51.340632,
|
lat: 51.34083,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -947,8 +947,8 @@ describe('UpdatePost', () => {
|
|||||||
eventLocationName: 'Leipzig',
|
eventLocationName: 'Leipzig',
|
||||||
eventVenue: 'Connewitzer Kreuz',
|
eventVenue: 'Connewitzer Kreuz',
|
||||||
eventLocation: {
|
eventLocation: {
|
||||||
lng: 12.374733,
|
lng: 12.375101,
|
||||||
lat: 51.340632,
|
lat: 51.34083,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -38,8 +38,8 @@ const newlyCreatedNodesWithLocales = [
|
|||||||
nameRU: 'Вельцхайм',
|
nameRU: 'Вельцхайм',
|
||||||
nameNL: 'Welzheim',
|
nameNL: 'Welzheim',
|
||||||
namePL: 'Welzheim',
|
namePL: 'Welzheim',
|
||||||
lng: 9.634741,
|
lng: 9.634519,
|
||||||
lat: 48.874924,
|
lat: 48.87682,
|
||||||
},
|
},
|
||||||
state: {
|
state: {
|
||||||
id: expect.stringContaining('region'),
|
id: expect.stringContaining('region'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user