fix: fix template-method mockito tests

This commit is contained in:
Ilkka Seppälä
2025-03-25 20:52:02 +02:00
parent 5a371a4e76
commit ed4a756b62
2 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>