Przeglądaj źródła

Merge pull request #566 from exercism/scrabble-score-cleanup

scrabble-score: remove unused import; clean up test formatting
FridaTveit 9 lat temu
rodzic
commit
c47b2bbefb

+ 0
- 1
exercises/scrabble-score/src/test/java/ScrabbleScoreTest.java Wyświetl plik

@@ -1,5 +1,4 @@
1 1
 import org.junit.Test;
2
-import org.junit.Ignore;
3 2
 import org.junit.runner.RunWith;
4 3
 import org.junit.runners.Parameterized;
5 4