Fix test for komodo

This commit is contained in:
Ian Coleman
2018-01-03 10:52:39 +11:00
parent a78f4e280c
commit 5c1003dde3

View File

@@ -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);
});