Remove unused fields in tests
See gh-20926
This commit is contained in:
committed by
Stephane Nicoll
parent
ce653059c8
commit
4b9986d790
@@ -368,12 +368,6 @@ class DockerApiTests {
|
||||
|
||||
private VolumeApi api;
|
||||
|
||||
@Captor
|
||||
private ArgumentCaptor<IOConsumer<OutputStream>> writer;
|
||||
|
||||
@Mock
|
||||
private UpdateListener<LogUpdateEvent> logListener;
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
MockitoAnnotations.initMocks(this);
|
||||
|
||||
Reference in New Issue
Block a user