Skip to content

Commit

Permalink
Remove accidental reference to lombok
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Deandrea <edeandrea@redhat.com>
  • Loading branch information
edeandrea committed Oct 18, 2024
1 parent f216f75 commit 896d011
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@
import io.smallrye.mutiny.Multi;
import io.smallrye.mutiny.Uni;
import io.smallrye.mutiny.unchecked.Unchecked;
import lombok.extern.slf4j.Slf4j;

/**
* Tests for the {@link TopWinnerWebSocket} and {@link TeamStatsWebSocket} classes.
* <p>
* These tests mock the {@link TopWinnerStatsChannelHolder#getWinners()} and {@link TeamStatsChannelHolder#getTeamStats()} methods to return pre-defined input and then set up a sample WebSocket client to listen to messages sent by the server. Each message received is placed into a {@link java.util.concurrent.BlockingQueue} so that message content can be asserted once the expected number of messages have been received.
* </p>
*/
@Slf4j
@QuarkusTest
class WebSocketsTests {
@TestHTTPResource("/stats/winners")
Expand Down

0 comments on commit 896d011

Please sign in to comment.