Merge pull request #1777 from kairoaraujo/fix_typo_fast_forward_tests

Fix typo on fast forward test functions
This commit is contained in:
lukpueh 2022-01-18 10:10:27 +01:00 committed by GitHub
commit 2b0776cfbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.