z0mt3c / node-restify-validation

Validation for REST Services built with node-restify in node.js
MIT License
91 stars 49 forks source link

Fix unit tests that were calling should assertions incorrectly #63

Closed JohnieLee closed 7 years ago

JohnieLee commented 7 years ago

A number of the unit tests were calling .should.be.ok rather than the function .should.be.ok(). This was causing the tests to give false positives.