summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-06-22 15:28:52 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-07-03 13:37:54 +0200
commitd8569969ff508d139140a128b136ccfff06a89f5 (patch)
treea581504b79ca85a8fa5bc7cc8729d6a66215db8d /test
parent6af054e0b7321e7f8ce2dc1c32d907e36c6218ee (diff)
downloadmullvadvpn-d8569969ff508d139140a128b136ccfff06a89f5.tar.xz
mullvadvpn-d8569969ff508d139140a128b136ccfff06a89f5.zip
Pass individual props instead of AccountReduxState
Diffstat (limited to 'test')
-rw-r--r--test/components/Login.spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/components/Login.spec.js b/test/components/Login.spec.js
index 6a77313f5d..76acbd6330 100644
--- a/test/components/Login.spec.js
+++ b/test/components/Login.spec.js
@@ -73,7 +73,6 @@ const defaultProps = {
login: (_accountToken) => {},
resetLoginError: () => {},
updateAccountToken: (_accountToken) => {},
- fetchAccountTokenHistory: () => Promise.resolve(),
removeAccountTokenFromHistory: (_accountToken) => Promise.resolve(),
};