mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix issue in last commit
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ public class StompSubProtocolHandlerTests {
|
||||
|
||||
this.protocolHandler.afterSessionEnded(this.session, CloseStatus.BAD_DATA, this.channel);
|
||||
|
||||
assertEquals(3, publisher.events.size());
|
||||
assertEquals("Unexpected events " + publisher.events, 3, publisher.events.size());
|
||||
assertEquals(SessionConnectEvent.class, publisher.events.get(0).getClass());
|
||||
assertEquals(SessionConnectedEvent.class, publisher.events.get(1).getClass());
|
||||
assertEquals(SessionDisconnectEvent.class, publisher.events.get(2).getClass());
|
||||
|
||||
Reference in New Issue
Block a user