Skip to content

Commit

Permalink
Update test_alphanumeric.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 14, 2024
1 parent 2ed1f76 commit c051d30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kyu_5/not_very_secure/test_alphanumeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_alphanumeric(self, password, expected):
2. Allowed characters are uppercase or lowercase
latin letters and digits from 0 to 9
3. No whitespaces or underscore or special chars
:return: None
"""
# pylint: disable-msg=R0801
Expand Down

0 comments on commit c051d30

Please sign in to comment.