]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix Stash testnet test
authorIan Coleman <ian@iancoleman.io>
Mon, 29 Oct 2018 06:44:16 +0000 (17:44 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 29 Oct 2018 06:44:16 +0000 (17:44 +1100)
See https://github.com/iancoleman/bip39/pull/238#issuecomment-429679117

tests/spec/tests.js

index 544f92115baf1c6427624d08ccb8c039732ac8a9..f0fad8544a59228dbeee84e7f270d53297f1cc51 100644 (file)
@@ -1120,7 +1120,7 @@ it('Allows selection of stash', function(done) {
 it('Allows selection of stash testnet', function(done) {
     var params = {
         selectText: "STASH - Stash Testnet",
-        firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT",
+        firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR",
     };
     testNetwork(done, params);
 });