Skip to content

Commit d12d90a

Browse files
committed
fix(issues): update fixed_in versions for api_484 and api_829
Corrects the `fixed_in` field for issues api_484 and api_829 in cardano_node_tests/tests/issues.py. The versions were incorrectly set to cardano-cli versions instead of cardano-node versions.
1 parent 2bb9d65 commit d12d90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cardano_node_tests/tests/issues.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
api_484 = blockers.GH(
99
issue=484,
1010
repo="IntersectMBO/cardano-api",
11-
fixed_in="8.11.0", # Unknown yet, will be fixed/changed sometime in the future
11+
fixed_in="10.7.0", # Unknown yet, will be fixed/changed sometime in the future
1212
message="Repeated certificates stripped from Conway transaction.",
1313
)
1414
api_829 = blockers.GH(
1515
issue=829,
1616
repo="IntersectMBO/cardano-api",
17-
fixed_in="10.8.0.1", # Unknown yet, will be fixed/changed sometime in the future
17+
fixed_in="10.5.0.0",
1818
message="Wrong autobalancing when there's no change.",
1919
)
2020

0 commit comments

Comments
 (0)