rafaelhz/testing-spring-websocket

How to fix the test fail?

Opened this issue · 0 comments

Hi @rafaelhz !
Thank you for the example!
But when I run the command:
mvn test
I see the fail in the output:
Failed tests: WebSocketTest.shouldReceiveAMessageFromTheServer:56 expected:<MESSAGE TEST> but was:<null>
What is wrong?
How to fix the test?