Skip to content

Commit 89988e5

Browse files
committed
fix: Add one more test 2
1 parent 6cda020 commit 89988e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def test_streams_sign_with_es256_alg_v1_manifest(self):
506506

507507
output.close()
508508

509-
def test_streams_sign_with_es256_alg_v1_manifest_to_file(self):
509+
def test_streams_sign_with_es256_alg_v1_manifest_to_existing_empty_file(self):
510510
test_file_name = os.path.join(self.data_dir, "temp_data", "temp_signing.jpg")
511511
# Ensure tmp directory exists
512512
os.makedirs(os.path.dirname(test_file_name), exist_ok=True)

0 commit comments

Comments
 (0)