Skip to content

Commit 2221c8d

Browse files
committed
Merge pull request exercism#111 from exercism/uppercase-oxyphenbutazone
Uppercase oxyphenbutazone
2 parents a8813f2 + cebd9d8 commit 2221c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/scrabble-score/src/test/java/ScrabbleScoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static Collection<Object[]> data() {
2323
{"f", 4},
2424
{"street", 6},
2525
{"quirky", 22},
26-
{"oxyphenbutazone", 41},
26+
{"OXYPHENBUTAZONE", 41},
2727
{"alacrity", 13},
2828
});
2929
}

0 commit comments

Comments
 (0)