test: added activity repo test
All checks were successful
Backend CI / Run Maven Tests (pull_request) Successful in 1m20s

This commit is contained in:
2025-08-11 18:33:54 +00:00
parent b4cd05e7b2
commit 684d46c5b2
5 changed files with 344 additions and 1 deletions

View File

@@ -81,6 +81,20 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<!-- JSON Processing -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>