Skip to content

Commit 8bf7b62

Browse files
committed
feat: mark CLI issue 1023 as fixed in 10.3.0.1+
Updated the `fixed_in` field for CLI issue 1023 to reflect that it is fixed in cardano-cli release that comes after 10.3.0.0.
1 parent 97d41f9 commit 8bf7b62

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
@@ -101,7 +101,7 @@
101101
cli_1023 = blockers.GH(
102102
issue=1023,
103103
repo="IntersectMBO/cardano-cli",
104-
fixed_in="10.3.0.0", # Unknown yet, will be fixed sometime in the future
104+
fixed_in="10.3.0.1", # Fixed in release following 10.3.0.0
105105
message="Plutus cost too low.",
106106
)
107107

0 commit comments

Comments
 (0)