From 5358b5ba10ed27b807df36f6b48e33102bf1a982 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 28 Sep 2017 15:13:23 -0400 Subject: [PATCH] polish --- .../eureka/healthcheck/EurekaHealthCheckTests.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/spring-cloud-netflix-eureka-client/src/test/java/org/springframework/cloud/netflix/eureka/healthcheck/EurekaHealthCheckTests.java b/spring-cloud-netflix-eureka-client/src/test/java/org/springframework/cloud/netflix/eureka/healthcheck/EurekaHealthCheckTests.java index dc6db56c..f9b5e7c2 100644 --- a/spring-cloud-netflix-eureka-client/src/test/java/org/springframework/cloud/netflix/eureka/healthcheck/EurekaHealthCheckTests.java +++ b/spring-cloud-netflix-eureka-client/src/test/java/org/springframework/cloud/netflix/eureka/healthcheck/EurekaHealthCheckTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2015 the original author or authors. + * Copyright 2013-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,10 +16,6 @@ package org.springframework.cloud.netflix.eureka.healthcheck; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNotNull; - -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -36,6 +32,9 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import com.netflix.appinfo.InstanceInfo; import com.netflix.discovery.EurekaClient; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotNull; + /** * Tests the Eureka health check handler. *