diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-06-13 12:41:11 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-07-04 11:41:14 +1000 |
commit | 084ff40d4fdfc8f521824ca48264a7d531cbf6b9 (patch) | |
tree | 98b991e6a90880e0f6f66c13475ed938c2381083 | |
parent | b244e34403a11ffcb017cee00e7feed18d7f0ada (diff) | |
download | BIP39-084ff40d4fdfc8f521824ca48264a7d531cbf6b9.tar.gz BIP39-084ff40d4fdfc8f521824ca48264a7d531cbf6b9.tar.zst BIP39-084ff40d4fdfc8f521824ca48264a7d531cbf6b9.zip |
Fix typo testNetowrk/testNetwork
-rw-r--r-- | tests/spec/tests.js | 2 |
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 | }); |
902 | it('Allows selection of Europecoin', function(done) { | 902 | it('Allows selection of Europecoin', function(done) { |
903 | var params = { | 903 | var params = { |