tests: no need to specify 'correctly'
This commit is contained in:
parent
6d224f6910
commit
ab83f8ffe4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ describe('Bitcoin-core', function () {
|
||||||
if (!params.isPrivkey) return
|
if (!params.isPrivkey) return
|
||||||
var keyPair = ECPair.fromWIF(string)
|
var keyPair = ECPair.fromWIF(string)
|
||||||
|
|
||||||
it('imports ' + string + ' correctly', function () {
|
it('imports ' + string, function () {
|
||||||
assert.equal(keyPair.d.toHex(), hex)
|
assert.equal(keyPair.d.toHex(), hex)
|
||||||
assert.equal(keyPair.compressed, params.isCompressed)
|
assert.equal(keyPair.compressed, params.isCompressed)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue