Skip to content
Snippets Groups Projects
Commit 9c6a884c authored by Ján Dovjak's avatar Ján Dovjak
Browse files

test: addPlayerToTeam extended tests

parent cb26ef2f
No related branches found
No related tags found
No related merge requests found
......@@ -93,9 +93,6 @@ class TeamServiceImplTest {
);
}
private Team buildTeam(String name) {
var team = new Team();
team.setName(name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment