Skip to content

Commit bf9e420

Browse files
authored
Update ArchTests.java
1 parent cc96789 commit bf9e420

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/org/kohsuke/github/ArchTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import org.apache.commons.lang3.builder.ToStringBuilder;
1515
import org.apache.commons.lang3.builder.ToStringStyle;
1616
import org.junit.BeforeClass;
17-
import org.junit.Ignore;
1817
import org.junit.Test;
1918

2019
import java.io.Closeable;
@@ -34,8 +33,6 @@
3433
import static com.tngtech.archunit.core.domain.properties.HasParameterTypes.Predicates.rawParameterTypes;
3534
import static com.tngtech.archunit.lang.conditions.ArchConditions.*;
3635
import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.classes;
37-
import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.fields;
38-
import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.methods;
3936
import static org.hamcrest.MatcherAssert.assertThat;
4037
import static org.hamcrest.Matchers.greaterThan;
4138

0 commit comments

Comments
 (0)