diff --git a/test/test.PrivateKey.js b/test/test.PrivateKey.js index f3cec474f..9eafd5794 100644 --- a/test/test.PrivateKey.js +++ b/test/test.PrivateKey.js @@ -70,7 +70,7 @@ describe('PrivateKey model', function() { it('should calculate .id', function () { var w1 = new PrivateKey(config); should.exist(w1.getId()); - w1.getId().length.should.equal(40); + w1.getId().length.should.equal(32); }); it('fromObj toObj roundtrip', function () { var w1 = new PrivateKey(config);