fix(prover): update rlp_blocks.bin path in shnarf_calculator tests#3129
Conversation
The test data file moved from jvm-libs/blob-compressor/ to coordinator/core/src/test/resources/.
tx-exclusion-api Changelog Preview (informational)[Unreleased] diff (commits touching
|
postman Changelog Preview (informational)[Unreleased] diff (commits touching
|
prover Changelog Preview (informational)[Unreleased] diff (commits touching
|
coordinator Changelog Preview (informational)[Unreleased] diff (commits touching
|
linea-besu Changelog Preview (informational)[Unreleased] diff (commits touching
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3129 +/- ##
=========================================
Coverage 77.23% 77.23%
Complexity 7005 7005
=========================================
Files 1118 1118
Lines 44394 44394
Branches 5343 5343
=========================================
Hits 34286 34286
Misses 8749 8749
Partials 1359 1359
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
The test data file moved from jvm-libs/blob-compressor/ to coordinator/core/src/test/resources/.
This PR implements issue(s) #
Checklist
PR.
Note
Low Risk
Low risk: only updates a test fixture file path to match a repository move; no production logic changes.
Overview
Updates
shnarf_calculator_test.goto loadrlp_blocks.binfrom its new location undercoordinator/core/src/test/resources/...instead of the oldjvm-libs/blob-compressor/...path, keeping the shnarf calculator tests working after the fixture move.Reviewed by Cursor Bugbot for commit 9e3a42f. Bugbot is set up for automated code reviews on this repo. Configure here.