forked from Mirrors/doipjs
Rename test file
This commit is contained in:
parent
2cbbb85ee6
commit
2e8820a9ae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue