You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the validation wrapper in MiniLcm API tests (#2360)
The shared MiniLcm test bases now wrap their Api in the same
validation/normalization stack production uses, so the tests hit the API the
way the app actually does instead of more loosely. Reuses the production
AddMiniLcmValidators wiring so new validators flow into tests automatically.
One test that deliberately stores an empty value now talks to the raw BaseApi
(it checks storage round-tripping, not a real user call, and validation
correctly rejects empty values).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments