mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- renamed Location2 to LocationMapBox
This commit is contained in:
parent
ba460148b2
commit
d0274a40ae
@ -34,26 +34,26 @@ describe('index.vue', () => {
|
|||||||
.mockResolvedValueOnce({
|
.mockResolvedValueOnce({
|
||||||
data: {
|
data: {
|
||||||
queryLocations: [
|
queryLocations: [
|
||||||
{ place_name: 'Brazil', id: 'country.9531777110682710', __typename: 'Location2' },
|
{ place_name: 'Brazil', id: 'country.9531777110682710', __typename: 'LocationMapBox' },
|
||||||
{
|
{
|
||||||
place_name: 'United Kingdom',
|
place_name: 'United Kingdom',
|
||||||
id: 'country.12405201072814600',
|
id: 'country.12405201072814600',
|
||||||
__typename: 'Location2',
|
__typename: 'LocationMapBox',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
place_name: 'Buenos Aires, Argentina',
|
place_name: 'Buenos Aires, Argentina',
|
||||||
id: 'place.7159025980072860',
|
id: 'place.7159025980072860',
|
||||||
__typename: 'Location2',
|
__typename: 'LocationMapBox',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
place_name: 'Bandung, West Java, Indonesia',
|
place_name: 'Bandung, West Java, Indonesia',
|
||||||
id: 'place.8224726664248590',
|
id: 'place.8224726664248590',
|
||||||
__typename: 'Location2',
|
__typename: 'LocationMapBox',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
place_name: 'Banten, Indonesia',
|
place_name: 'Banten, Indonesia',
|
||||||
id: 'region.11849645724544000',
|
id: 'region.11849645724544000',
|
||||||
__typename: 'Location2',
|
__typename: 'LocaLocationMapBoxtion2',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user