Skip to content

Commit 2b0776c

Browse files
authored
Merge pull request #1777 from kairoaraujo/fix_typo_fast_forward_tests
Fix typo on fast forward test functions
2 parents 8ccbd63 + 480ab2d commit 2b0776c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_updater_top_level_update.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def test_new_timestamp_expired(self) -> None:
343343

344344
self._assert_files_exist([Root.type])
345345

346-
def test_new_timestamp_fast_foward_recovery(self) -> None:
346+
def test_new_timestamp_fast_forward_recovery(self) -> None:
347347
"""Test timestamp fast-forward recovery using key rotation.
348348
349349
The timestamp recovery is made by the following steps
@@ -428,7 +428,7 @@ def test_new_snapshot_version_rollback(self) -> None:
428428

429429
self._assert_version_equals(Snapshot.type, 2)
430430

431-
def test_new_snapshot_fast_foward_recovery(self) -> None:
431+
def test_new_snapshot_fast_forward_recovery(self) -> None:
432432
"""Test snapshot fast-forward recovery using key rotation.
433433
434434
The snapshot recovery requires the snapshot and timestamp key rotation.

0 commit comments

Comments
 (0)