Commit graph

1 commit

Author SHA1 Message Date
Claude
63a9107f9c
ax(batch): add missing test files and fix pre-existing test compilation errors
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
Adds test files for 6 source files that had no corresponding test:
bufpool_test.go (mining + node), metrics_test.go, version_test.go,
supervisor_test.go, mining_profile_test.go. Each follows
TestFilename_Function_{Good,Bad,Ugly} convention.

Also fixes 2 pre-existing compilation errors:
- ratelimiter_test.go: rl -> rateLimiter (leftover from AX rename)
- worker_test.go: worker.node -> worker.nodeManager (field was renamed)

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 18:30:42 +01:00