Skip to content

Commit

Permalink
Merge pull request #48 from Game-as-a-Service/fix/add_horsecard_to_deck
Browse files Browse the repository at this point in the history
tmp
  • Loading branch information
scolley31 committed Mar 30, 2024
2 parents b5b98ae + 83fd2c3 commit 4b2adbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ public ResultActions playCard(String currentPlayerId, String targetPlayerId, Str
}""", currentPlayerId, targetPlayerId, cardId, playType)));
}

public static class TestSessionHandler extends StompSessionHandlerAdapter {
public class TestSessionHandler extends StompSessionHandlerAdapter {
private final AtomicReference<Throwable> failure;

public TestSessionHandler(AtomicReference failure) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;

@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
@DirtiesContext
@AutoConfigureMockMvc
public class PlayRedRabbitHorseTest {
Expand Down

0 comments on commit 4b2adbb

Please sign in to comment.