gnodet commented on code in PR #2044:
URL: https://github.com/apache/maven-resolver/pull/2044#discussion_r3740899810


##########
maven-resolver-test-http/src/main/java/org/eclipse/aether/internal/test/util/http/HttpTransporterTest.java:
##########
@@ -409,6 +410,25 @@ protected void 
testRetryHandler_tooManyRequests_explicitCount_positive() throws
                 "Expected back off delay of at least " + retryIntervalMs);
     }
 
+    @Test

Review Comment:
   Minor: inconsistent casing — `tooManyRequestswith` runs the words together. 
Consider:
   ```suggestion
       protected void 
testRetryHandler_tooManyRequests_withRetryAfterHeader_explicitCount_positive() 
throws Exception {
   ```



-- 
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]

Reply via email to