From 3aff69c0c545816f6ede08847d402f41dd42a8cb Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Tue, 31 Jul 2018 10:16:56 +0100 Subject: [PATCH] Change connection --- test_apps/test_app/test/another_storage_spec.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test_apps/test_app/test/another_storage_spec.js b/test_apps/test_app/test/another_storage_spec.js index c054c353..fa592438 100644 --- a/test_apps/test_app/test/another_storage_spec.js +++ b/test_apps/test_app/test/another_storage_spec.js @@ -12,7 +12,10 @@ config({ "mnemonic": "example exile argue silk regular smile grass bomb merge arm assist farm", balance: "5ether" } - ] + ], + "host": "localhost", + "port": 8545, + "type": "rpc" }, contracts: { "SimpleStorage": {