Browse Source

tests: no need to specify 'correctly'

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
ab83f8ffe4
  1. 2
      test/bitcoin.core.js

2
test/bitcoin.core.js

@ -104,7 +104,7 @@ describe('Bitcoin-core', function () {
if (!params.isPrivkey) return
var keyPair = ECPair.fromWIF(string)
it('imports ' + string + ' correctly', function () {
it('imports ' + string, function () {
assert.equal(keyPair.d.toHex(), hex)
assert.equal(keyPair.compressed, params.isCompressed)
})

Loading…
Cancel
Save