Hiteshsai007 commented on PR #12745: URL: https://github.com/apache/maven/pull/12745#issuecomment-5315059882
Thanks for catching that, @gnodet! You're absolutely right—that `Objects.requireNonNull` would have caused the test to fail immediately upon execution. I have pushed a new commit to fix this finding: ✅ **Test Constructor Fixed:** I replaced the `null` arguments in `DefaultArtifactDescriptorReaderTest` with proper `Mockito.mock()` instances for `VersionResolver`, `ArtifactResolver`, `ModelBuilder`, and `RepositoryEventDispatcher`. Everything should be fully up-to-date now. Thank you for being so thorough throughout this review process! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
