pass standard
This commit is contained in:
parent
1c68e41562
commit
e92ac1d01b
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ describe('Transaction', function () {
|
||||||
it('only accepts a a witness stack (Array of Buffers)', function () {
|
it('only accepts a a witness stack (Array of Buffers)', function () {
|
||||||
assert.throws(function () {
|
assert.throws(function () {
|
||||||
(new Transaction()).setWitness(0, 'foobar')
|
(new Transaction()).setWitness(0, 'foobar')
|
||||||
}, /Expected property "1" of type \[Buffer\], got String "foobar"/)
|
}, /Expected property "1" of type \[Buffer], got String "foobar"/)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue