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