rename test_cipher as it will break unit tests
This commit is contained in:
parent
039451bcfb
commit
710fe14190
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ def random_string(length):
|
|||
cached_keys = {}
|
||||
|
||||
|
||||
def test_cipher(key, method=None):
|
||||
def try_cipher(key, method=None):
|
||||
Encryptor(key, method)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue