From 084ff40d4fdfc8f521824ca48264a7d531cbf6b9 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 13 Jun 2019 12:41:11 +1000 Subject: [PATCH] Fix typo testNetowrk/testNetwork --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index e3fd8fb..72cd492 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -897,7 +897,7 @@ it('Allows selection of EOSIO', function(done) { selectText: "EOS - EOSIO", firstPubKey: "EOS692VJTBK3Rmw93onNnpnZ8ZtmE9PdxjDStArvbyzoe11QUTNoy", }; - testNetowrk(done, params, true); + testNetwork(done, params, true); }); it('Allows selection of Europecoin', function(done) { var params = { -- 2.41.0