diff --git a/test/verify.test.js b/test/proofs.verify.test.js similarity index 98% rename from test/verify.test.js rename to test/proofs.verify.test.js index 9d93e94..8372818 100644 --- a/test/verify.test.js +++ b/test/proofs.verify.test.js @@ -57,7 +57,7 @@ const pattern = { }, } -describe('verify', () => { +describe('proofs.verify', () => { it('should be a function (3 arguments)', () => { expect(doipjs.proofs.verify).to.be.a('function') expect(doipjs.proofs.verify).to.have.length(3)