mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Fix signatures tests
This commit is contained in:
parent
0d7c33bcf8
commit
527f19e682
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ describe('signatures.verify', () => {
|
|||
it('should verify the demonstration signature', async () => {
|
||||
const verification = await doipjs.signatures.verify(sigProfile)
|
||||
expect(verification.errors).to.be.length(0)
|
||||
expect(verification.fingerprint).to.be.equal(
|
||||
expect(verification.publicKey.fingerprint).to.be.equal(
|
||||
'3637202523e7c1309ab79e99ef2dc5827b445f4b'
|
||||
)
|
||||
expect(verification.claims).to.be.length(1)
|
||||
|
|
Loading…
Reference in a new issue