CharacterSaver integration test with Testcontainers

This commit is contained in:
P0nk
2024-09-15 09:25:35 +02:00
parent ce5dee39ae
commit 0c9643fd7e
12 changed files with 263 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
package testutil;
public record GeneratedIds(int accountId, int chrId) {
}