dat-adi / lil_bank

This is a mock bank application written in Django
1 stars 1 forks source link

fix: sign up test and phone validation #53

Closed Jks08 closed 1 year ago

Jks08 commented 1 year ago

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.