Skip to content

Commit 9ddfed0

Browse files
committed
renname test to test_pbkdf2_unpack_errors
1 parent 33a2d0c commit 9ddfed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def test_password(self):
422422
roundup.password.test_missing_crypt()
423423
roundup.password.crypt = orig_crypt
424424

425-
def test_pbkdf2_unpack(self):
425+
def test_pbkdf2_unpack_errors(self):
426426
pbkdf2_unpack = roundup.password.pbkdf2_unpack
427427

428428
with self.assertRaises(roundup.password.PasswordValueError) as ctx:

0 commit comments

Comments
 (0)