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',
|
||||
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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -38,8 +38,8 @@ const newlyCreatedNodesWithLocales = [
|
||||
nameRU: 'Вельцхайм',
|
||||
nameNL: 'Welzheim',
|
||||
namePL: 'Welzheim',
|
||||
lng: 9.634741,
|
||||
lat: 48.874924,
|
||||
lng: 9.634519,
|
||||
lat: 48.87682,
|
||||
},
|
||||
state: {
|
||||
id: expect.stringContaining('region'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user