diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-06-13 12:40:53 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-07-04 11:41:14 +1000 |
commit | b244e34403a11ffcb017cee00e7feed18d7f0ada (patch) | |
tree | 6106033dd43d93d4f11c6f8c3f5bec03bb351ed3 | |
parent | e33f4b2704422cb06d54fe23942d5650e247e9ef (diff) | |
download | BIP39-b244e34403a11ffcb017cee00e7feed18d7f0ada.tar.gz BIP39-b244e34403a11ffcb017cee00e7feed18d7f0ada.tar.zst BIP39-b244e34403a11ffcb017cee00e7feed18d7f0ada.zip |
Fix naming of Dogecoin Testnet
-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 6e56ce0..e3fd8fb 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -443,7 +443,7 @@ it('Allows selection of dogecoin', function(done) { | |||
443 | }); | 443 | }); |
444 | it('Allows selection of dogecoin testnet', function(done) { | 444 | it('Allows selection of dogecoin testnet', function(done) { |
445 | var params = { | 445 | var params = { |
446 | selectText: "DOGEt - Dogecoin testnet", | 446 | selectText: "DOGEt - Dogecoin Testnet", |
447 | firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B", | 447 | firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B", |
448 | }; | 448 | }; |
449 | testNetwork(done, params); | 449 | testNetwork(done, params); |