From 5c1003dde3b4f06f22902da58a7ce78c9eae34dd Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 3 Jan 2018 10:52:39 +1100 Subject: [PATCH] Fix test for komodo --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); -- 2.41.0