Skip to content

Commit 2ef4bed

Browse files
Update tests/test_updater_root_rotation_integration.py
Co-Authored-By: Trishank K Kuppusamy <[email protected]>
1 parent 3604c38 commit 2ef4bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_updater_root_rotation_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def test_root_rotation_max(self):
295295
tuf.settings.MAX_NUMBER_ROOT_ROTATIONS = 2
296296

297297
# Update on client 1.root.json --> 2.root.json --> 3.root.json,
298-
# but not stop before updating to 4.root.json
298+
# but stop before updating to 4.root.json
299299
self.repository_updater.refresh()
300300

301301
# Assert that the client indeed only updated until 3.root.json

0 commit comments

Comments
 (0)