aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/spec/tests.js2
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});
444it('Allows selection of dogecoin testnet', function(done) { 444it('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);