Skip to content

Commit

Permalink
MINOR: Remove duplicate instantiation of MockConnectMetrics in Abstra…
Browse files Browse the repository at this point in the history
…ctWorkerSourceTaskTest (#14091)

Reviewers: Christo Lolov <christololov@gmail.com>, Manyanda Chitimbo <manyanda.chitimbo@gmail.com>, Greg Harris <greg.harris@aiven.io>
  • Loading branch information
yashmayya committed Jul 28, 2023
1 parent 1574b9f commit 3ba718e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public class AbstractWorkerSourceTaskTest {
private Plugins plugins;
private WorkerConfig config;
private SourceConnectorConfig sourceConfig;
private MockConnectMetrics metrics = new MockConnectMetrics();
private MockConnectMetrics metrics;
@Mock private ErrorHandlingMetrics errorHandlingMetrics;

private AbstractWorkerSourceTask workerTask;
Expand Down

0 comments on commit 3ba718e

Please sign in to comment.