Aritra and I discovered that the phone number validation was not validating for the length of the phone number. While fixing that, we discovered that "r'^\d{10}$'" was failing the test because the test was written incorrectly. We fixed the test and the validation.
Aritra and I discovered that the phone number validation was not validating for the length of the phone number. While fixing that, we discovered that "r'^\d{10}$'" was failing the test because the test was written incorrectly. We fixed the test and the validation.