Skip to content

Commit

Permalink
updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBielak committed Dec 12, 2019
1 parent e8aabe4 commit cbb9ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('RSA', function () {

describe('get key fingerprint', function () {
it('should return key fingerprint', function (done) {
crypto.cryptoKeyToFingerprint(_rsaKeyPair.publicKey, 'SHA-512').then(function (keyFingerprint) {
crypto.getFingerprint(_rsaKeyPair.publicKey).then(function (keyFingerprint) {
done()
})
})
Expand Down

0 comments on commit cbb9ab1

Please sign in to comment.