fix build warning

This commit is contained in:
Jeremy Long
2017-11-25 11:52:10 -05:00
parent f7a72489d4
commit ddb60cab61

View File

@@ -84,7 +84,7 @@ public class CentralAnalyzerTest {
new Expectations() {
{
centralSearch.searchSha1(SHA1_SUM);
result = new IOException("Could not connect to MavenCentral (500): Internal Server Error");
//result = new IOException("Could not connect to MavenCentral (500): Internal Server Error");
result = expectedMavenArtifacts;
}
};