michael-o commented on a change in pull request #277: [MNG-6732] - 
DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon 
ArtifactTransferException
URL: https://github.com/apache/maven/pull/277#discussion_r367489433
 
 

 ##########
 File path: 
maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReaderTest.java
 ##########
 @@ -56,11 +70,11 @@ public void testMng5459()
         reader.readArtifactDescriptor( session, request );
 
         // verify
-        verify( eventDispatcher ).dispatch( event.capture() );
+        verify(mockEventDispatcher).dispatch( eventCaptor.capture() );
 
 Review comment:
   Spaces missing

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to