On https://github.com/cermati/satpam/blob/master/src/validators/numeric.js, if: ``` validate(true) -> return true validate(false) -> return true ``` The expectation if you pass boolean should be `false`