Cleanup from backporting the previous commit

This commit is contained in:
Soby Chacko
2021-03-09 19:31:06 -05:00
parent 076814e4a9
commit 20e4ee7aff

View File

@@ -74,7 +74,7 @@ public class KafkaBinderMetricsTest {
@Before
public void setup() {
MockitoAnnotations.openMocks(this);
MockitoAnnotations.initMocks(this);
org.mockito.BDDMockito.given(consumerFactory
.createConsumer(ArgumentMatchers.any(), ArgumentMatchers.any()))
.willReturn(consumer);