@@ -447,7 +447,7 @@ def test_new_timestamp_fast_forward_recovery(self) -> None:
447447 self ._assert_version_equals (Timestamp .type , 1 )
448448
449449 def test_new_snapshot_hash_mismatch (self ) -> None :
450- # Check against timestamp role’ s snapshot hash
450+ # Check against timestamp role' s snapshot hash
451451
452452 # Update timestamp with snapshot's hashes
453453 self .sim .compute_metafile_hashes_length = True
@@ -477,7 +477,7 @@ def test_new_snapshot_unsigned(self) -> None:
477477 self ._assert_files_exist ([Root .type , Timestamp .type ])
478478
479479 def test_new_snapshot_version_mismatch (self ) -> None :
480- # Check against timestamp role’ s snapshot version
480+ # Check against timestamp role' s snapshot version
481481
482482 # Increase snapshot version without updating timestamp
483483 self .sim .snapshot .version += 1
@@ -544,7 +544,7 @@ def test_new_snapshot_expired(self) -> None:
544544 self ._assert_files_exist ([Root .type , Timestamp .type ])
545545
546546 def test_new_targets_hash_mismatch (self ) -> None :
547- # Check against snapshot role’ s targets hashes
547+ # Check against snapshot role' s targets hashes
548548
549549 # Update snapshot with target's hashes
550550 self .sim .compute_metafile_hashes_length = True
@@ -575,7 +575,7 @@ def test_new_targets_unsigned(self) -> None:
575575 self ._assert_files_exist ([Root .type , Timestamp .type , Snapshot .type ])
576576
577577 def test_new_targets_version_mismatch (self ) -> None :
578- # Check against snapshot role’ s targets version
578+ # Check against snapshot role' s targets version
579579
580580 # Increase targets version without updating snapshot
581581 self .sim .targets .version += 1
0 commit comments