aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-01-03 10:52:39 +1100
committerIan Coleman <ian@iancoleman.io>2018-01-03 10:52:39 +1100
commit5c1003dde3b4f06f22902da58a7ce78c9eae34dd (patch)
treec9b3fc41cae4f419001f31ce4ea769a1da441485 /tests/spec/tests.js
parenta78f4e280cb62edf892ad32b3797c657fe527bbc (diff)
downloadBIP39-5c1003dde3b4f06f22902da58a7ce78c9eae34dd.tar.gz
BIP39-5c1003dde3b4f06f22902da58a7ce78c9eae34dd.tar.zst
BIP39-5c1003dde3b4f06f22902da58a7ce78c9eae34dd.zip
Fix test for komodo
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js2
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) {
495it('Allows selection of komodo', function(done) { 495it('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});