BAEL-3871: Corrected name of test to include "UnitTest"

This commit is contained in:
Justin Albano 2020-03-14 18:09:00 -04:00 committed by GitHub
parent c176219a62
commit eb09207569
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
@RunWith(SpringRunner.class)
@WebMvcTest(FooMappingExamplesController.class)
public class FooMappingExamplesControllerTest {
public class FooMappingExamplesControllerUnitTest {
@Autowired
private MockMvc mvc;