]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix test for komodo
authorIan Coleman <ian@iancoleman.io>
Tue, 2 Jan 2018 23:52:39 +0000 (10:52 +1100)
committerIan Coleman <ian@iancoleman.io>
Tue, 2 Jan 2018 23:52:39 +0000 (10:52 +1100)
tests/spec/tests.js

index c3cfdbee3aad6afc8b276b96cd26d8ddc7df2d5f..a4863b042f21267826bb02292cf7faae4a9ef0c7 100644 (file)
@@ -495,7 +495,7 @@ it('Allows selection of game', function(done) {
 it('Allows selection of komodo', function(done) {
     var params = {
         selectText: "KMD - Komodo",
-        firstAddress: "RJL777dmaB3PYqHEJGMJKWWkLPdu1ypGi4",
+        firstAddress: "RMPPzJwAjPVZZAwJvXivHJGGjdCx6WBD2t",
     };
     testNetwork(done, params);
 });