Closed JohnieLee closed 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.
.should.be.ok
.should.be.ok()
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.