]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Fix typo testNetowrk/testNetwork
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 6e56ce0a5a219bf5ecbccd212c78d86e9c94c0ce..72cd492f7aba77a22585b0523318f07dffd163aa 100644 (file)
@@ -443,7 +443,7 @@ it('Allows selection of dogecoin', function(done) {
 });
 it('Allows selection of dogecoin testnet', function(done) {
     var params = {
-        selectText: "DOGEt - Dogecoin testnet",
+        selectText: "DOGEt - Dogecoin Testnet",
         firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B",
     };
     testNetwork(done, params);
@@ -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 = {