aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
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});