fix: fix templateview mockito tests

This commit is contained in:
Ilkka Seppälä
2025-03-25 20:53:51 +02:00
parent ed4a756b62
commit afa4518dcf
4 changed files with 1 additions and 5 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>