ruimarinho / authy-client

A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs
122 stars 27 forks source link

Fix tests not passing #15

Closed pedrobranco closed 8 years ago

pedrobranco commented 8 years ago

Due to validator.js is in the package.json with at least 2.0.0 (^2.0.0), with the version 2.0.0 tests pass, but in the latest version (2.0.3) it does not pass.

In validator.js the Required Assert was simplified (see https://github.com/guillaumepotier/validator.js/commit/d8a10a391953102552902c6c511aaa347a88eb18) which makes the failing test deprecated.

Fixes https://github.com/seegno/authy-client/issues/14.