Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Bariq <bariqhibat@gmail.com>
  • Loading branch information
bariqhibat committed Oct 7, 2021
1 parent 7162a47 commit 202346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gotrue.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_sign_up_phone_password(client: Client):


def test_verify_mobile_otp(client: Client):
"""Test client can sign up with phone and password"""
"""Test client can verify their mobile using OTP"""
random_token: str = '123456'
random_phone: str = _random_phone_number()
data = client.verify_otp(phone=random_phone, token=random_token)
Expand Down

0 comments on commit 202346a

Please sign in to comment.