test: Added some more tests

This commit is contained in:
2025-03-02 21:17:11 +01:00
parent fed35d3a02
commit bb4e7423e3
12 changed files with 100 additions and 17 deletions

View File

@ -51,6 +51,12 @@
<artifactId>jackson-databind</artifactId>
<version>2.18.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>