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
Add tests for error handling in resolve_batch with NULL and structured list errors
- Introduced tests to cover scenarios where resolve_batch handles NULL errors and missing error fields, ensuring proper mapping to NA_character_ in status_detail.
- Added coverage for structured list errors, verifying that the first usable error message, code, or detail is returned correctly in status_detail.
- Enhanced overall test coverage for the resolve_batch function to improve robustness and reliability.
0 commit comments