Skip to content

Commit

Permalink
Fix comment in root rotation updater test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Co-Authored-By: Trishank K Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com>
  • Loading branch information
lukpueh and trishankatdatadog committed Oct 8, 2019
1 parent 3604c38 commit 4d7bb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_updater_root_rotation_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def test_root_rotation_max(self):
tuf.settings.MAX_NUMBER_ROOT_ROTATIONS = 2

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

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

0 comments on commit 4d7bb69

Please sign in to comment.