We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722d1f4 commit 23523a1Copy full SHA for 23523a1
cardano_node_tests/tests/tests_conway/test_pparam_update.py
@@ -279,7 +279,7 @@ def test_pparam_update( # noqa: C901
279
temp_template = common.get_test_id(cluster)
280
cost_proposal_file = DATA_DIR / "cost_models_list_185_v2_v3.json"
281
282
- # -- Check that no future parameters are scheduled at the start --
+ # Check that no future parameters are scheduled at the start
283
future_pparams_before = cluster.g_query.get_future_pparams()
284
LOGGER.info(f"Initial future protocol parameters: {future_pparams_before}")
285
assert not future_pparams_before, (
0 commit comments