Setup unit tests and implements test for the token limit and trivial tests for userRepository

This commit is contained in:
2024-03-15 11:20:23 +01:00
parent 1502cc871c
commit c8b7930a8e
6 changed files with 129 additions and 1 deletions

View File

@ -16,7 +16,6 @@ public class UserService {
this.userRepo = userRepo;
}
public User getUser(String identifier){
if (identifier == null) return null;
try {