Browse Source

Renamed PangramTest to PangramsTest to be consistent with class it's testing.

Frida Tveit 9 years ago
parent
commit
8b921ebf5b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      exercises/pangram/src/test/java/PangramsTest.java

exercises/pangram/src/test/java/PangramTest.java → exercises/pangram/src/test/java/PangramsTest.java View File

@@ -4,7 +4,7 @@ import org.junit.Ignore;
4 4
 import static org.junit.Assert.assertTrue;
5 5
 import static org.junit.Assert.assertFalse;
6 6
 
7
-public class PangramTest {
7
+public class PangramsTest {
8 8
 
9 9
 
10 10
     @Test