Move test to correct package

parent b71ecc1c
...@@ -14,21 +14,21 @@ ...@@ -14,21 +14,21 @@
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.cloud.netflix; package org.springframework.cloud.netflix.hystrix;
import java.util.List;
import com.netflix.hystrix.exception.HystrixRuntimeException;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.rules.ExpectedException; import org.junit.rules.ExpectedException;
import org.springframework.cloud.netflix.hystrix.HystrixCommands;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import java.util.List; import com.netflix.hystrix.exception.HystrixRuntimeException;
import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThat;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
public class HystrixCommandsTests { public class HystrixCommandsTests {
@Rule @Rule
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment