From 0163fe6a3856f4b88a613ec1370d106051850ade Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 14 Jun 2017 12:37:29 +1000 Subject: [PATCH] Fix ethereum test to include hex prefix --- tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.js b/tests.js index 6d4702a..d1a6139 100644 --- a/tests.js +++ b/tests.js @@ -725,7 +725,7 @@ page.open(url, function(status) { // this private key can be imported into // https://www.myetherwallet.com/#view-wallet-info // and it should correlate to the address above - var expected = "8f253078b73d7498302bb78c171b23ce7a8fb511987d2b2702b731638a4a15e7"; + var expected = "0x8f253078b73d7498302bb78c171b23ce7a8fb511987d2b2702b731638a4a15e7"; var actual = page.evaluate(function() { return $(".privkey:first").text(); }); -- 2.41.0