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:
mahula 2024-08-30 12:33:08 +02:00 committed by GitHub
commit 67c8c7b1e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

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,
},
},
},

View File

@ -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'),