Closed zaheer-dvt closed 1 year ago
Somehow had an incorrect birthday formatting in the BirthdayViewModel by assuming we entered date as 2 digits. Changed this to use a 4 digit year instead of a 2 digit one. Also added a more descriptive error to be thrown
BirthdayViewModel
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
Notes:
Somehow had an incorrect birthday formatting in the
BirthdayViewModel
by assuming we entered date as 2 digits. Changed this to use a 4 digit year instead of a 2 digit one. Also added a more descriptive error to be thrown