File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ def test_new_timestamp_expired(self) -> None:
343
343
344
344
self ._assert_files_exist ([Root .type ])
345
345
346
- def test_new_timestamp_fast_foward_recovery (self ) -> None :
346
+ def test_new_timestamp_fast_forward_recovery (self ) -> None :
347
347
"""Test timestamp fast-forward recovery using key rotation.
348
348
349
349
The timestamp recovery is made by the following steps
@@ -428,7 +428,7 @@ def test_new_snapshot_version_rollback(self) -> None:
428
428
429
429
self ._assert_version_equals (Snapshot .type , 2 )
430
430
431
- def test_new_snapshot_fast_foward_recovery (self ) -> None :
431
+ def test_new_snapshot_fast_forward_recovery (self ) -> None :
432
432
"""Test snapshot fast-forward recovery using key rotation.
433
433
434
434
The snapshot recovery requires the snapshot and timestamp key rotation.
You can’t perform that action at this time.
0 commit comments