diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-01-03 10:52:39 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-01-03 10:52:39 +1100 |
commit | 5c1003dde3b4f06f22902da58a7ce78c9eae34dd (patch) | |
tree | c9b3fc41cae4f419001f31ce4ea769a1da441485 | |
parent | a78f4e280cb62edf892ad32b3797c657fe527bbc (diff) | |
download | BIP39-5c1003dde3b4f06f22902da58a7ce78c9eae34dd.tar.gz BIP39-5c1003dde3b4f06f22902da58a7ce78c9eae34dd.tar.zst BIP39-5c1003dde3b4f06f22902da58a7ce78c9eae34dd.zip |
Fix test for komodo
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
495 | it('Allows selection of komodo', function(done) { | 495 | it('Allows selection of komodo', function(done) { |
496 | var params = { | 496 | var params = { |
497 | selectText: "KMD - Komodo", | 497 | selectText: "KMD - Komodo", |
498 | firstAddress: "RJL777dmaB3PYqHEJGMJKWWkLPdu1ypGi4", | 498 | firstAddress: "RMPPzJwAjPVZZAwJvXivHJGGjdCx6WBD2t", |
499 | }; | 499 | }; |
500 | testNetwork(done, params); | 500 | testNetwork(done, params); |
501 | }); | 501 | }); |