From: Ian Coleman Date: Sun, 1 Dec 2019 23:44:35 +0000 (+1100) Subject: Fix energyweb test X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=c845ee6f6e2a84d05c1e5b77c54e2273011dd7dd Fix energyweb test --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 6b52e2c..af8944c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1618,7 +1618,7 @@ it('Allows selection of Elastos', function(done) { it('Allows selection of Energyweb', function(done) { var params = { selectText: "EWT - EnergyWeb", - firstAddress: "0x190aCfa6dA6Ff2D0a28Fbd0e02Aec493bCa5D7f7", + firstAddress: "0x22171474844Fc7E8E99A3A69CCf1eDb5574FdD4c", }; testNetwork(done, params); });