mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #1777 from kairoaraujo/fix_typo_fast_forward_tests
Fix typo on fast forward test functions
This commit is contained in:
commit
2b0776cfbe
1 changed files with 2 additions and 2 deletions
|
|
@ -343,7 +343,7 @@ def test_new_timestamp_expired(self) -> None:
|
|||
|
||||
self._assert_files_exist([Root.type])
|
||||
|
||||
def test_new_timestamp_fast_foward_recovery(self) -> None:
|
||||
def test_new_timestamp_fast_forward_recovery(self) -> None:
|
||||
"""Test timestamp fast-forward recovery using key rotation.
|
||||
|
||||
The timestamp recovery is made by the following steps
|
||||
|
|
@ -428,7 +428,7 @@ def test_new_snapshot_version_rollback(self) -> None:
|
|||
|
||||
self._assert_version_equals(Snapshot.type, 2)
|
||||
|
||||
def test_new_snapshot_fast_foward_recovery(self) -> None:
|
||||
def test_new_snapshot_fast_forward_recovery(self) -> None:
|
||||
"""Test snapshot fast-forward recovery using key rotation.
|
||||
|
||||
The snapshot recovery requires the snapshot and timestamp key rotation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue