From 244c76022af53c1f5b337a5a2cdb70358cf85e19 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 18 Dec 2019 09:07:17 +1100 Subject: Convert mnemonic to hex entropy instead of binary --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index bdc5909..fefb8b7 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -4243,7 +4243,7 @@ it('Converts mnemonics into raw entropy', function(done) { driver.findElement(By.css('.entropy')) .getAttribute("value") .then(function(entropy) { - expect(entropy).toBe("00000000000000000000000000000001"); + expect(entropy).toBe("00000001"); driver.findElement(By.css('.phrase')) .getAttribute("value") .then(function(phrase) { -- cgit v1.2.3