Explorar el Código

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

scrabble-score: remove unused import; clean up test formatting
FridaTveit hace 9 años
padre
commit
c47b2bbefb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      exercises/scrabble-score/src/test/java/ScrabbleScoreTest.java

+ 0
- 1
exercises/scrabble-score/src/test/java/ScrabbleScoreTest.java Ver fichero

@@ -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