Skip to content

Commit

Permalink
docs: make comment more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Jul 8, 2024
1 parent 461e8f2 commit 7a09c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/decryption/test_decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def encrypted_files(self, key_pair_bytes):
"""Returns the encrypted file paths and re-encrypts files after use."""
encrypted_files = [INPUT_DIR/"hello.c4gh", INPUT_DIR/"hello2.c4gh"]
yield encrypted_files
# Re-encrypt files after decryption
# Re-encrypt files after decryption to ensure files are encrypted for each test
sk, pk = key_pair_bytes
for file_path in encrypted_files:
with open(file_path, "rb") as f_in, NamedTemporaryFile() as f_out:
Expand Down

0 comments on commit 7a09c78

Please sign in to comment.