Skip to content

Commit

Permalink
edited account_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SAW-NAAZ authored Nov 28, 2023
1 parent 8652ee3 commit 498e757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Test(unittest.TestCase):

def test_check_password_length(self):
print("Checking possible passwords\n")
passwordList = [ 'abc', 'abeautifulday', 'astrictboss', 'alovelyhouse' ]
passwordList = [ 'abc', 'abeautifulday', 'astrictboss', 'alovelyhouse' ]

for passwd in passwordList:
print("Checking password " + passwd + "\n")
Expand Down

0 comments on commit 498e757

Please sign in to comment.