Skip to content

Commit f21b413

Browse files
authored
Apply suggestions from code review
1 parent f9c23ee commit f21b413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/http/okHttp/src/test/java/com/microsoft/kiota/http/middleware/RetryHandlerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void testGetRetryAfterHandlesNegativeValues() {
8585
}
8686

8787
@Test
88-
void testRetryRequestHandlesNegativeRetryInterval() throws Exception {
88+
void testRetryRequestHandlesNegativeRetryInterval() {
8989
// Create mocks
9090
Response mockResponse = mock(Response.class);
9191
Request mockRequest = mock(Request.class);
@@ -114,7 +114,7 @@ void testRetryRequestHandlesNegativeRetryInterval() throws Exception {
114114
}
115115

116116
@Test
117-
void testRetryRequestWithNegativeRetryIntervalAppliesRandomDelay() throws Exception {
117+
void testRetryRequestWithNegativeRetryIntervalAppliesRandomDelay() {
118118
// Create mocks
119119
Response mockResponse = mock(Response.class);
120120
Request mockRequest = mock(Request.class);

0 commit comments

Comments
 (0)