Kaynağa Gözat

scrabble-score: replace illegal word

multibillionaire can't be played as a word in a real scrabble game.
Katrina Owen 11 yıl önce
ebeveyn
işleme
fd0185babd

+ 1
- 1
scrabble-score/src/test/java/ScrabbleScoreTest.java Dosyayı Görüntüle

@@ -23,7 +23,7 @@ public class ScrabbleScoreTest {
23 23
                 {"f", 4},
24 24
                 {"street", 6},
25 25
                 {"quirky", 22},
26
-                {"MULTIBILLIONAIRE", 20},
26
+                {"oxyphenbutazone", 41},
27 27
                 {"alacrity", 13},
28 28
         });
29 29
     }