]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Fix whitespace consistency
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index 7b0b3b2f9db5e1a85d79f7032416c85ab0ad2d45..2b40fcfeda390fd3e27dade00877cdd5d40c38c8 100644 (file)
@@ -1092,8 +1092,9 @@ it('Allows selection of Rubycoin', function(done) {
 it('Allows selection of Salus', function(done) {
     var params = {
         selectText: "SLS - Salus",
-        firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB",
+        firstAddress: "SNzPi1CafHFm3WWjRo43aMgiaEEj3ogjww",
     };
+    testNetwork(done, params);
 });
 it('Allows selection of Smileycoin', function(done) {
     var params = {
@@ -1119,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);
 });
@@ -2911,7 +2912,7 @@ it('Can change details while old addresses are still being generated', function(
                 });
         });
     });
-}, generateDelay + 5000);
+}, generateDelay + 10000);
 
 // Github issue 49
 // padding for binary should give length with multiple of 256