Skip to content

Commit ed55cfc

Browse files
Update return value
1 parent 1bf84c4 commit ed55cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ciphers/running_key_cipher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def running_key_decrypt(key: str, ciphertext: str) -> str:
4242
return "".join(plaintext)
4343

4444

45-
def test_running_key_encrypt():
45+
def test_running_key_encrypt() -> None:
4646
"""
4747
>>> key = "How does the duck know that? said Victor"
4848
>>> plaintext = "DEFEND THIS"

0 commit comments

Comments
 (0)