Skip to content

Commit 93bbd71

Browse files
committed
fix(issues): update fixed_in version for cli_904
Updated the fixed_in version for the cli_904 issue in the cardano-cli repository from 9.5.0.0 to 10.1.2.1. The issue is already fixed in cardano-cli that was not released with cardano-node yet.
1 parent ff4a4aa commit 93bbd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_node_tests/tests/issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
cli_904 = blockers.GH(
8484
issue=904,
8585
repo="IntersectMBO/cardano-cli",
86-
fixed_in="9.5.0.0", # Fixed in some release after 9.4.1.0
86+
fixed_in="10.1.2.1", # Fixed in some release after 10.1.2.0
8787
message="Negative pparam proposal values overflow to positive.",
8888
)
8989
cli_942 = blockers.GH(

0 commit comments

Comments
 (0)