Daniel Mita 10 лет назад
Родитель
Сommit
b51a531c7e
Аккаунт пользователя с таким Email не найден

+ 0
- 6
exercises/hello-world/build.gradle Просмотреть файл

@@ -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 Просмотреть файл

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