cairo-vm
cairo-vm copied to clipboard
fix: correct duplicate tuple index in InvalidTrackingGroup error
Fixed copy-paste bug in InvalidTrackingGroup error formatting.
The error message was using (.0).0 twice instead of (.0).0 and (*.0).1, causing both placeholders to display the same value from the tuple.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 95.97%. Comparing base (a87e9e6) to head (2e2efae).
Additional details and impacted files
@@ Coverage Diff @@
## main #2276 +/- ##
=======================================
Coverage 95.97% 95.97%
=======================================
Files 104 104
Lines 36783 36783
=======================================
Hits 35304 35304
Misses 1479 1479
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Hi, @Fallengirl, thanks for contributing! Please add the corresponding changelog entry
Hi! Sure