diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2018-07-31 11:30:35 +0800 |
---|---|---|
committer | Thomas Huang <thomas.b.huang@gmail.com> | 2018-07-31 11:30:35 +0800 |
commit | 5b3927fe5b5243a89e5fd31ad069da9ea5c987e9 (patch) | |
tree | f04731605f2894da705de243e239a6bcaf74ec75 /test | |
parent | 2392e77cd8d0fff49a4c4f0c79539d990dd5dbd2 (diff) | |
download | tangerine-wallet-browser-5b3927fe5b5243a89e5fd31ad069da9ea5c987e9.tar tangerine-wallet-browser-5b3927fe5b5243a89e5fd31ad069da9ea5c987e9.tar.gz tangerine-wallet-browser-5b3927fe5b5243a89e5fd31ad069da9ea5c987e9.tar.bz2 tangerine-wallet-browser-5b3927fe5b5243a89e5fd31ad069da9ea5c987e9.tar.lz tangerine-wallet-browser-5b3927fe5b5243a89e5fd31ad069da9ea5c987e9.tar.xz tangerine-wallet-browser-5b3927fe5b5243a89e5fd31ad069da9ea5c987e9.tar.zst tangerine-wallet-browser-5b3927fe5b5243a89e5fd31ad069da9ea5c987e9.zip |
Lint
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/localhostState.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/localhostState.js b/test/unit/localhostState.js index ea0fa9194..f9fa157d7 100644 --- a/test/unit/localhostState.js +++ b/test/unit/localhostState.js @@ -13,8 +13,8 @@ const initialState = { NetworkController: { provider: { type: 'rpc', - rpcTarget: 'http://localhost:8545' - } + rpcTarget: 'http://localhost:8545', + }, }, } |