Added what commision tests needst to be written

This commit is contained in:
Filip Izydorczyk
2020-10-01 17:08:10 +02:00
parent 398a84854f
commit bb9ea7529f
2 changed files with 50 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class UserServiceTest {
public static String TEST_USER_SUERNAME = "Kovalsky";
@Autowired
UserService userService;
private UserService userService;
@Before
public void initialize() {