mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Consistent IOException spelling in class/method names
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ class SockJsSessionTests extends AbstractSockJsSessionTests<TestSockJsSession> {
|
||||
}
|
||||
|
||||
@Test
|
||||
void writeFrameIoException() throws Exception {
|
||||
void writeFrameIOException() throws Exception {
|
||||
this.session.setExceptionOnWrite(new IOException());
|
||||
this.session.delegateConnectionEstablished();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user