test: CurrencyServiceTest completed?

This commit is contained in:
Piotr Dec 2024-05-24 16:25:19 +02:00
parent 6d8a2093b9
commit c87bcc8b54
Signed by: stawros
GPG key ID: F89F27AD8F881A91
6 changed files with 128 additions and 9 deletions

View file

@ -30,4 +30,8 @@ public class UserService {
return userRepository.findById(pesel).map(UserMapper::entityToPojo);
}
public User update(User user) {
throw new UnsupportedOperationException("Not implemented yet");
}
}