]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix naming of Dogecoin Testnet
authorIan Coleman <ian@iancoleman.io>
Thu, 13 Jun 2019 02:40:53 +0000 (12:40 +1000)
committerIan Coleman <ian@iancoleman.io>
Thu, 4 Jul 2019 01:41:14 +0000 (11:41 +1000)
tests/spec/tests.js

index 6e56ce0a5a219bf5ecbccd212c78d86e9c94c0ce..e3fd8fbd6f5b30699cdac6742a9b6b93ae49a329 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);