From: Ian Coleman Date: Thu, 13 Jun 2019 02:40:53 +0000 (+1000) Subject: Fix naming of Dogecoin Testnet X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=b244e34403a11ffcb017cee00e7feed18d7f0ada Fix naming of Dogecoin Testnet --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 6e56ce0..e3fd8fb 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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);