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
|
||||
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…
Reference in a new issue