madrob commented on code in PR #2086: URL: https://github.com/apache/solr/pull/2086#discussion_r1403698891
########## solr/core/src/test/org/apache/solr/core/BlobRepositoryMockingTest.java: ########## @@ -71,7 +71,8 @@ public void setUp() throws Exception { super.setUp(); blobFetched = false; blobKey = ""; - reset(mocks); + reset(mockContainer); Review Comment: With this change, do we still use mocks field? Or is it used elsewhere and only skipped in this one test? -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org