From cb5493d34961f563b2137aa11be7d041549483d4 Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Mon, 4 Nov 2024 15:00:48 +0100 Subject: [PATCH] fix(tests): update KES expiration comment 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. --- cardano_node_tests/tests/test_kes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano_node_tests/tests/test_kes.py b/cardano_node_tests/tests/test_kes.py index a665a5bd5..42a11f638 100644 --- a/cardano_node_tests/tests/test_kes.py +++ b/cardano_node_tests/tests/test_kes.py @@ -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