Skip to content

Commit ab83f8f

Browse files
committed
tests: no need to specify 'correctly'
1 parent 6d224f6 commit ab83f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bitcoin.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('Bitcoin-core', function () {
104104
if (!params.isPrivkey) return
105105
var keyPair = ECPair.fromWIF(string)
106106

107-
it('imports ' + string + ' correctly', function () {
107+
it('imports ' + string, function () {
108108
assert.equal(keyPair.d.toHex(), hex)
109109
assert.equal(keyPair.compressed, params.isCompressed)
110110
})

0 commit comments

Comments
 (0)