Changed name

This commit is contained in:
2015-04-27 16:39:13 +02:00
parent 0aa5bfdbfa
commit a9a267fe58

View File

@@ -62,7 +62,7 @@ public class PokerGameTest {
} }
@Test @Test
public void prison_gives_9() throws Exception { public void full_house_gives_9() throws Exception {
String hand = "S2K2R2H7S7"; String hand = "S2K2R2H7S7";
int result = myGame.getScore(hand); int result = myGame.getScore(hand);