diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-11-14 19:55:58 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-11-14 19:55:58 +0100 |
| commit | f84cb000feaac9a9d97f9ea1e5762a8caef3fad4 (patch) | |
| tree | 666c8ee33089c38a61ec7d043dc71065b90b1afb /test | |
| parent | 4e15bb8af7e7430b790e42edea17c834e6acec4d (diff) | |
| download | mullvadvpn-f84cb000feaac9a9d97f9ea1e5762a8caef3fad4.tar.xz mullvadvpn-f84cb000feaac9a9d97f9ea1e5762a8caef3fad4.zip | |
Rename latlong to position
Diffstat (limited to 'test')
| -rw-r--r-- | test/mocks/ipc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js index 67c11c7366..53ac487dd5 100644 --- a/test/mocks/ipc.js +++ b/test/mocks/ipc.js @@ -49,7 +49,7 @@ export function newMockIpc() { getLocation: () => Promise.resolve({ city: '', country: '', - latlong: [0, 0], + position: [0, 0], }), getState: () => Promise.resolve({ |
