From: Ian Coleman Date: Tue, 2 Jan 2018 23:52:39 +0000 (+1100) Subject: Fix test for komodo X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=5c1003dde3b4f06f22902da58a7ce78c9eae34dd Fix test for komodo --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c3cfdbe..a4863b0 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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); });