Skip to content

Commit 1629343

Browse files
committed
QueryTraceFetcherTest
1 parent eefeed8 commit 1629343

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 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,9 +80,7 @@ public class QueryTraceFetcherTest {
7980
@Mock private NettyOptions nettyOptions;
8081
@Mock private EventExecutorGroup adminEventExecutorGroup;
8182
@Mock private EventExecutor eventExecutor;
82-
@Mock private InetAddress address;
83-
84-
@Captor private ArgumentCaptor<SimpleStatement> statementCaptor;
83+
@Captor private ArgumentCaptor<SimpleStatement> statementCaptor;
8584

8685
@Before
8786
public void setup() {

0 commit comments

Comments
 (0)