aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2019-06-13 12:41:11 +1000
committerIan Coleman <ian@iancoleman.io>2019-07-04 11:41:14 +1000
commit084ff40d4fdfc8f521824ca48264a7d531cbf6b9 (patch)
tree98b991e6a90880e0f6f66c13475ed938c2381083 /tests
parentb244e34403a11ffcb017cee00e7feed18d7f0ada (diff)
downloadBIP39-084ff40d4fdfc8f521824ca48264a7d531cbf6b9.tar.gz
BIP39-084ff40d4fdfc8f521824ca48264a7d531cbf6b9.tar.zst
BIP39-084ff40d4fdfc8f521824ca48264a7d531cbf6b9.zip
Fix typo testNetowrk/testNetwork
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js2
1 files changed, 1 insertions, 1 deletions
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) {
897 selectText: "EOS - EOSIO", 897 selectText: "EOS - EOSIO",
898 firstPubKey: "EOS692VJTBK3Rmw93onNnpnZ8ZtmE9PdxjDStArvbyzoe11QUTNoy", 898 firstPubKey: "EOS692VJTBK3Rmw93onNnpnZ8ZtmE9PdxjDStArvbyzoe11QUTNoy",
899 }; 899 };
900 testNetowrk(done, params, true); 900 testNetwork(done, params, true);
901}); 901});
902it('Allows selection of Europecoin', function(done) { 902it('Allows selection of Europecoin', function(done) {
903 var params = { 903 var params = {