Skip to content

Commit

Permalink
Merge pull request #2651 from mkoura/fix_missing_arg2
Browse files Browse the repository at this point in the history
feat(tests): add create_pparams_file in TestCLI
  • Loading branch information
mkoura authored Sep 27, 2024
2 parents ba80d13 + 42da85e commit faa9b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cardano_node_tests/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_calculate_min_fee(self, cluster: clusterlib.ClusterLib):
"""Check the `calculate-min-fee` command."""
common.get_test_id(cluster)
max_fee = 172_000
cluster.create_pparams_file()

try:
out = (
Expand Down

0 comments on commit faa9b77

Please sign in to comment.