See gh-44148

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-02-07 00:15:25 +09:00
committed by Moritz Halbritter
parent 1e73a7cf8b
commit c335f772d0
11 changed files with 28 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ import static org.mockito.Mockito.mock;
class FixedTrustManagerFactoryTests {
@Test
void shouldReturnTrustmanagers() throws Exception {
void shouldReturnTrustManagers() throws Exception {
TrustManager trustManager1 = mock(TrustManager.class);
TrustManager trustManager2 = mock(TrustManager.class);
FixedTrustManagerFactory factory = FixedTrustManagerFactory.of(getDefaultTrustManagerFactory(), trustManager1,