summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mocks/ipc.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js
index 367332d3c6..db5d6e3d8c 100644
--- a/test/mocks/ipc.js
+++ b/test/mocks/ipc.js
@@ -47,8 +47,10 @@ export function newMockIpc() {
getPublicIp: () => Promise.resolve('1.2.3.4'),
getLocation: () => Promise.resolve({
- city: '',
country: '',
+ country_code: '',
+ city: '',
+ city_code: '',
position: [0, 0],
}),