Browse Source

tests: fix #198 indentation

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
778aab104e
  1. 4
      test/script.js

4
test/script.js

@ -122,7 +122,9 @@ describe('Script', 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…
Cancel
Save