Skip to content

Commit

Permalink
scrabble-score: replace multibillionaire; it's too long
Browse files Browse the repository at this point in the history
replacement shall be OXYPHENBUTAZONE

Closes #110
  • Loading branch information
petertseng committed Apr 7, 2016
1 parent 60bdf91 commit b10c665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/scrabble-score/scrabble-score_test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ scrabbleTests = map TestCase
, 2 @=? scoreWord "at"
, 6 @=? scoreWord "street"
, 22 @=? scoreWord "quirky"
, 20 @=? scoreWord "MULTIBILLIONAIRE"
, 41 @=? scoreWord "OXYPHENBUTAZONE"
]

0 comments on commit b10c665

Please sign in to comment.