Rename test file

This commit is contained in:
Yarmo Mackenbach 2020-11-17 00:59:39 +01:00
parent 2cbbb85ee6
commit 2e8820a9ae

View file

@ -57,7 +57,7 @@ const pattern = {
}, },
} }
describe('verify', () => { describe('proofs.verify', () => {
it('should be a function (3 arguments)', () => { it('should be a function (3 arguments)', () => {
expect(doipjs.proofs.verify).to.be.a('function') expect(doipjs.proofs.verify).to.be.a('function')
expect(doipjs.proofs.verify).to.have.length(3) expect(doipjs.proofs.verify).to.have.length(3)