LoginRadius / lr-cli

lr is LoginRadius on the command line. You can perform basic actions of your LoginRadius Dashboard through command line. The actions includes login, register, logout, email configuration, domain whitelisting etc.
MIT License
11 stars 12 forks source link

Fix #68 added a unit test for version function #69

Closed akaashsaxena2897 closed 3 years ago

akaashsaxena2897 commented 3 years ago

Checklist

Please note that in case of below checklist not updated accordingly, the maintainers have the right to immediately close your pull request.

Description of the Change

Added a unit test as per issue #68 for version function

Alternate Designs

This version covers both success and failed test cases for the intended function

Risk Impact

Low

Verification Process

Made a unit test file inside lr-cli//script folder. No changes observed while running the main app file

Release Notes

mohammed786 commented 3 years ago

Fix #68

akaashsaxena2897 commented 3 years ago

Hi changes have been made as requested, requesting a review