File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
core/src/test/java/com/datastax/oss/driver/internal/core/cql Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments