Fix dep in test

This commit is contained in:
Yarmo Mackenbach 2020-12-10 02:15:39 +01:00
parent 8d68a30d50
commit 4e00c1025e

View file

@ -18,11 +18,7 @@ const expect = chai.expect
chai.use(require('chai-as-promised'))
const path = require('path')
const openpgp = require(path.join(
require.resolve('openpgp'),
'..',
'openpgp.min.js'
))
const openpgp = require('openpgp')
const doipjs = require('../src')
const pubKeyFingerprint = `3637202523e7c1309ab79e99ef2dc5827b445f4b`