fix mock
This commit is contained in:
parent
9f930e1395
commit
c33a0c8292
|
@ -10,10 +10,10 @@ const mockAddress1: Address = {
|
||||||
locality: 'Nancy',
|
locality: 'Nancy',
|
||||||
postalCode: '75000',
|
postalCode: '75000',
|
||||||
country: 'France',
|
country: 'France',
|
||||||
type: 'LOCALITY',
|
type: 'HOUSE_NUMBER',
|
||||||
};
|
};
|
||||||
const mockAddress2: Address = {
|
const mockAddress2: Address = {
|
||||||
position: 0,
|
position: 1,
|
||||||
lon: '48.8566',
|
lon: '48.8566',
|
||||||
lat: '2.3522',
|
lat: '2.3522',
|
||||||
locality: 'Paris',
|
locality: 'Paris',
|
||||||
|
|
Loading…
Reference in New Issue