aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-10-29 17:44:16 +1100
committerIan Coleman <ian@iancoleman.io>2018-10-29 17:44:16 +1100
commitf40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d (patch)
treee8883943682dc7185bcbd7da93adcf2be319fb8f /tests/spec/tests.js
parent65afae0b5ea92658c2f2d34d34fb65a847cbc533 (diff)
downloadBIP39-f40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d.tar.gz
BIP39-f40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d.tar.zst
BIP39-f40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d.zip
Fix Stash testnet test
See https://github.com/iancoleman/bip39/pull/238#issuecomment-429679117
Diffstat (limited to 'tests/spec/tests.js')
-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 544f921..f0fad85 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1120,7 +1120,7 @@ it('Allows selection of stash', function(done) {
1120it('Allows selection of stash testnet', function(done) { 1120it('Allows selection of stash testnet', function(done) {
1121 var params = { 1121 var params = {
1122 selectText: "STASH - Stash Testnet", 1122 selectText: "STASH - Stash Testnet",
1123 firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT", 1123 firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR",
1124 }; 1124 };
1125 testNetwork(done, params); 1125 testNetwork(done, params);
1126}); 1126});