Skip to content

Commit

Permalink
fix: make comment correct
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Jul 15, 2024
1 parent 06c6a88 commit 96f0e4d
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 @@ -58,7 +58,7 @@ def key_pair_bytes(self, key_pair):

@pytest.fixture()
def encrypted_files(self, tmp_path):
"""Returns the encrypted file paths and re-encrypts files after use."""
"""Returns temporary copies of encrypted files."""
encrypted_files = [INPUT_DIR/"hello.c4gh", INPUT_DIR/"hello2.c4gh"]
temp_files = [tmp_path/"hello.c4gh", tmp_path/"hello2.c4gh"]
for src, dest in zip(encrypted_files, temp_files):
Expand Down

0 comments on commit 96f0e4d

Please sign in to comment.