Skip to content

Commit 153f8d4

Browse files
committed
Removing unused imports
1 parent 70a3950 commit 153f8d4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spring-cloud-zookeeper-discovery/src/test/java/org/springframework/cloud/zookeeper/discovery/ZookeeperDiscoveryTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import com.toomuchcoding.jsonassert.JsonPath;
2323
import org.junit.Ignore;
2424
import org.junit.Test;
25-
import org.junit.jupiter.api.Disabled;
2625
import org.junit.runner.RunWith;
2726

2827
import org.springframework.beans.factory.annotation.Autowired;

spring-cloud-zookeeper-discovery/src/test/java/org/springframework/cloud/zookeeper/discovery/dependency/ZookeeperDiscoveryWithDependenciesIntegrationTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
import org.junit.Ignore;
2222
import org.junit.Test;
23-
import org.junit.jupiter.api.Disabled;
2423
import org.junit.runner.RunWith;
2524

2625
import org.springframework.beans.factory.annotation.Autowired;

0 commit comments

Comments
 (0)