Skip to content

Commit 3956d75

Browse files
committed
Improve test method name
1 parent cfa4e6e commit 3956d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudplatform/connectivity-apache-httpclient4/src/test/java/com/sap/cloud/sdk/cloudplatform/connectivity/DefaultHttpClientCacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ void testInvalidatePrincipalCacheEntriesWithUserTokenExchangeDestination()
361361

362362
@SneakyThrows
363363
@Test
364-
void testHttpClientWrapperOutlivesGarbageCollector()
364+
void testCachedEqualHttpClientsClosingBehavior()
365365
{
366366
final DefaultHttpDestination destination1 = DefaultHttpDestination.builder("http://foo.com").build();
367367
final HttpClient client1 = sut.tryGetHttpClient(destination1, FACTORY).get();

0 commit comments

Comments
 (0)