Consistent IOException spelling in class/method names

This commit is contained in:
Juergen Hoeller
2026-03-21 12:13:39 +01:00
parent 4c854d564c
commit 3a35c4dbd0
5 changed files with 6 additions and 6 deletions
@@ -149,7 +149,7 @@ class RestTemplateObservationTests {
}
@Test
void executeWithIoExceptionAddsUnknownOutcome() throws Exception {
void executeWithIOExceptionAddsUnknownOutcome() throws Exception {
String url = "https://example.org/resource";
mockSentRequest(GET, url);
given(request.execute()).willThrow(new IOException("Socket failure"));