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

refactor: typo

parent 1cfbae20
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class TeamServiceImplTest {
}
@Test
public void geExistingTeams() {
public void getExistingTeams() {
var expected = Optional.of(buildTeam("Carolina Hurricanes"));
when(teamDao.read(1L)).thenReturn(expected);
assertThat(teamService.findTeam(1)).isEqualTo(expected);
......
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