Skip to content

Commit 23523a1

Browse files
future pparam inclusion
1 parent 722d1f4 commit 23523a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_node_tests/tests/tests_conway/test_pparam_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_pparam_update( # noqa: C901
279279
temp_template = common.get_test_id(cluster)
280280
cost_proposal_file = DATA_DIR / "cost_models_list_185_v2_v3.json"
281281

282-
# -- Check that no future parameters are scheduled at the start --
282+
# Check that no future parameters are scheduled at the start
283283
future_pparams_before = cluster.g_query.get_future_pparams()
284284
LOGGER.info(f"Initial future protocol parameters: {future_pparams_before}")
285285
assert not future_pparams_before, (

0 commit comments

Comments
 (0)