mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Clean up comments and convert Card to a record
This commit is contained in:
@@ -439,7 +439,7 @@ public class GameTest {
|
||||
|
||||
// Then
|
||||
assertAll(
|
||||
() -> assertTrue(out.toString().contains("PLAYER 1 WINS 100 TOTAL= 300")),
|
||||
() -> assertTrue(out.toString().contains("PLAYER 1 WINS 100 TOTAL= 300")),
|
||||
() -> assertTrue(out.toString().contains("DEALER'S TOTAL= -100"))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user