aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/localhostState.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/localhostState.js')
-rw-r--r--test/unit/localhostState.js4
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',
+ },
},
}