Skip to content

Commit

Permalink
Merge pull request #113 from petertseng/scrabble-too-long
Browse files Browse the repository at this point in the history
scrabble-score: replace multibillionaire; it's too long
  • Loading branch information
kytrinyx committed Apr 7, 2016
2 parents 60bdf91 + b10c665 commit e7da1a4
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 e7da1a4

Please sign in to comment.