From 284ffdfd1ff926fd888f98b2e4953053650ae4ab Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Mon, 27 Aug 2018 18:58:50 +0200 Subject: [PATCH] Updated provider testcase for updated address. --- tests/test-providers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-providers.js b/tests/test-providers.js index 2b9de12ca..786d57d91 100644 --- a/tests/test-providers.js +++ b/tests/test-providers.js @@ -409,7 +409,8 @@ describe('Test extra Etherscan operations', function() { this.timeout(100000); return provider.getHistory('ricmoo.firefly.eth').then(function(history) { assert.ok(history.length > 40, 'Etherscan history returns results'); - assert.equal(history[0].hash, '0xd25f550cfdff90c086a6496a84dbb2c4577df15b1416e5b3319a3e4ebb5b25d8', 'Etherscan history returns correct transaction'); + //assert.equal(history[0].hash, '0xd25f550cfdff90c086a6496a84dbb2c4577df15b1416e5b3319a3e4ebb5b25d8', 'Etherscan history returns correct transaction'); + assert.equal(history[0].hash, '0x189f67df9fbdc54dbf03077540e4e4df07a01d0b35c52a7ff816dbbda7c99b74', 'Etherscan history returns correct transaction'); }); }); });