Skip to content

Commit c76f4a6

Browse files
committed
QueryTraceFetcherTest
1 parent 32108d6 commit c76f4a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/test/java/com/datastax/oss/driver/internal/core/cql/QueryTraceFetcherTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public class QueryTraceFetcherTest {
7171
private static final UUID TRACING_ID = UUID.randomUUID();
7272
private static final ByteBuffer PAGING_STATE = Bytes.fromHexString("0xdeadbeef");
7373
private static final int PORT = 7000;
74+
private final InetAddress address = InetAddress.getLoopbackAddress();
7475

7576
@Mock private CqlSession session;
7677
@Mock private InternalDriverContext context;
@@ -79,8 +80,6 @@ public class QueryTraceFetcherTest {
7980
@Mock private NettyOptions nettyOptions;
8081
@Mock private EventExecutorGroup adminEventExecutorGroup;
8182
@Mock private EventExecutor eventExecutor;
82-
@Mock private InetAddress address;
83-
8483
@Captor private ArgumentCaptor<SimpleStatement> statementCaptor;
8584

8685
@Before

0 commit comments

Comments
 (0)