Ver código fonte

Merge pull request #157 from mienaikage/remove-duped-code

Remove duplicated lines
John Ryan 10 anos atrás
pai
commit
806d2ba6aa

+ 0
- 6
exercises/hello-world/build.gradle Ver arquivo

@@ -16,9 +16,3 @@ test {
16 16
     events = ["passed", "failed", "skipped"]
17 17
   }
18 18
 }
19
-test {
20
-  testLogging {
21
-    exceptionFormat = 'full'
22
-    events = ["passed", "failed", "skipped"]
23
-  }
24
-}

+ 0
- 1
exercises/hello-world/src/test/java/HelloWorldTest.java Ver arquivo

@@ -1,6 +1,5 @@
1 1
 import org.junit.Test;
2 2
 import org.junit.Ignore;
3
-import org.junit.Ignore;
4 3
 
5 4
 import static org.junit.Assert.assertEquals;
6 5