Skip to content
Snippets Groups Projects
Commit e0f0926b authored by Ester Vilímková's avatar Ester Vilímková
Browse files

Renaming LectureTest to LectureControllerTest

parent 0df5fa1b
No related branches found
No related tags found
2 merge requests!31M2,!23M2 course tests
...@@ -25,7 +25,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers. ...@@ -25,7 +25,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
@SpringBootTest @SpringBootTest
@AutoConfigureMockMvc @AutoConfigureMockMvc
public class LectureTest { public class LectureControllerTest {
@Autowired @Autowired
ObjectMapper objectMapper; ObjectMapper objectMapper;
@Autowired @Autowired
......
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