diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 12:44:40 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 15:21:07 +0300 |
| commit | 6180eb5f9d496ecff9f7526d63bdb15b5b1f6c45 (patch) | |
| tree | 7d4b50da9869b77b228b3efbbbb956c0492a43d0 | |
| parent | 3262edf3c60befe23a89ea64d4b47aee38fc06d1 (diff) | |
| download | mullvadvpn-6180eb5f9d496ecff9f7526d63bdb15b5b1f6c45.tar.xz mullvadvpn-6180eb5f9d496ecff9f7526d63bdb15b5b1f6c45.zip | |
Fix account-data-cache path in tests
| -rw-r--r-- | gui/test/account-data-cache.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/test/account-data-cache.spec.ts b/gui/test/account-data-cache.spec.ts index f9838a6dbb..c3ef53dc51 100644 --- a/gui/test/account-data-cache.spec.ts +++ b/gui/test/account-data-cache.spec.ts @@ -1,4 +1,4 @@ -import AccountDataCache, { AccountFetchRetryAction } from '../src/renderer/lib/account-data-cache'; +import AccountDataCache, { AccountFetchRetryAction } from '../src/main/account-data-cache'; import { IAccountData } from '../src/shared/daemon-rpc-types'; import * as sinon from 'sinon'; import { expect, spy } from 'chai'; |
