Skip to content

Commit e943c3d

Browse files
committed
Switch to mockito-subclass
Avoids verification errors in DelegatingAsyncDisruptorAppenderTest
1 parent 8f79aea commit e943c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
</dependency>
225225
<dependency>
226226
<groupId>org.mockito</groupId>
227-
<artifactId>mockito-core</artifactId>
227+
<artifactId>mockito-subclass</artifactId>
228228
<version>${mockito.version}</version>
229229
<scope>test</scope>
230230
</dependency>

0 commit comments

Comments
 (0)