tests: fix #198 indentation
This commit is contained in:
parent
cf4d7bb0f3
commit
778aab104e
1 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,9 @@ describe('Script', function() {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should throw on not enough pubKeys provided', function() {
|
it('should throw on not enough pubKeys provided', function() {
|
||||||
assert.throws(function() {Script.createMultisigScriptPubKey(4, pubKeys)}, /Not enough pubKeys provided/)
|
assert.throws(function() {
|
||||||
|
Script.createMultisigScriptPubKey(4, pubKeys)
|
||||||
|
}, /Not enough pubKeys provided/)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue