test: CurrencyServiceTest completed?
This commit is contained in:
parent
6d8a2093b9
commit
c87bcc8b54
6 changed files with 128 additions and 9 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue