Skip to content

Commit

Permalink
fix(tests): update KES expiration comment
Browse files Browse the repository at this point in the history
Updated the comment in test_kes.py to clarify the slot number where KES
expires when using `cluster_kes`. This improves the readability and
understanding of the code.
  • Loading branch information
mkoura committed Nov 4, 2024
1 parent 24318c5 commit cb5493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_kes.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

pytestmark = common.SKIPIF_WRONG_ERA

# Slot number where KES certificate expires when using `cluster_kes`
# Slot number where KES expires when using `cluster_kes`
KES_EXPIRE_SLOT = 2100


Expand Down

0 comments on commit cb5493d

Please sign in to comment.