You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?