Skip to content

Commit 5764a4c

Browse files
committed
Rename a test
1 parent 42ccabe commit 5764a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/decryption_test.py renamed to examples/test_decryption.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
This test demonstrates the use of encryption/decryption.
3-
(Technically, obfuscation/unobfuscation of passwords.)
2+
This test demonstrates the use of password encryption/decryption.
3+
(Technically considered to be obfuscation/unobfuscation.)
44
"""
55

66
from seleniumbase import BaseCase

0 commit comments

Comments
 (0)