Setup unit tests and implements test for the token limit and trivial tests for userRepository
This commit is contained in:
@ -16,7 +16,6 @@ public class UserService {
|
||||
this.userRepo = userRepo;
|
||||
}
|
||||
|
||||
|
||||
public User getUser(String identifier){
|
||||
if (identifier == null) return null;
|
||||
try {
|
||||
|
Reference in New Issue
Block a user