diff --git a/PokerKata/test/session3/PokerGameTest.java b/PokerKata/test/session3/PokerGameTest.java index 6e0f988..a340ba9 100644 --- a/PokerKata/test/session3/PokerGameTest.java +++ b/PokerKata/test/session3/PokerGameTest.java @@ -62,7 +62,7 @@ public class PokerGameTest { } @Test - public void prison_gives_9() throws Exception { + public void full_house_gives_9() throws Exception { String hand = "S2K2R2H7S7"; int result = myGame.getScore(hand);