See gh-12584
This commit is contained in:
Johnny Lim
2018-03-22 03:23:04 +09:00
committed by Stephane Nicoll
parent 64a4f70564
commit 625bf93598
5 changed files with 2 additions and 8 deletions

View File

@@ -23,8 +23,6 @@ import com.hazelcast.spring.cache.HazelcastCache;
import io.micrometer.core.instrument.binder.MeterBinder;
import io.micrometer.core.instrument.binder.cache.HazelcastCacheMetrics;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.junit.MockitoJUnitRunner;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.BDDMockito.given;
@@ -35,7 +33,6 @@ import static org.mockito.Mockito.mock;
*
* @author Stephane Nicoll
*/
@RunWith(MockitoJUnitRunner.class)
public class HazelcastCacheMeterBinderProviderTests {
@SuppressWarnings("unchecked")