test: fix failing bip70 test.
This commit is contained in:
parent
02f43304b4
commit
e5fd8305bf
@ -191,7 +191,7 @@ describe('BIP70', function() {
|
||||
assert(!request.paymentDetails.isExpired());
|
||||
|
||||
assert(!request.pkiData);
|
||||
request.sign(tests.ca.priv, tests.ca.crt);
|
||||
request.sign(tests.ca.priv, [tests.ca.crt]);
|
||||
|
||||
assert(request.pkiData);
|
||||
assert.equal(request.pkiType, 'x509+sha256');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user