From 3db8ccd44e9bd73f0d330f203c6f83a1b7fa9b67 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 7 Jun 2018 20:13:50 -0400 Subject: [PATCH] remove unnecessary config --- test_apps/test_app/test/simple_storage_deploy_spec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test_apps/test_app/test/simple_storage_deploy_spec.js b/test_apps/test_app/test/simple_storage_deploy_spec.js index 0f814434..c194dda6 100644 --- a/test_apps/test_app/test/simple_storage_deploy_spec.js +++ b/test_apps/test_app/test/simple_storage_deploy_spec.js @@ -2,10 +2,6 @@ const SimpleStorage = embark.require('Embark/contracts/SimpleStorage'); let accounts; -config((err, theAccounts) => { - accounts = theAccounts; -}); - contract("SimpleStorage Deploy", function () { let SimpleStorageInstance;