Skip to content

Commit

Permalink
BAEL-3871: Corrected name of test to include "UnitTest"
Browse files Browse the repository at this point in the history
  • Loading branch information
albanoj2 authored Mar 14, 2020
1 parent 7458950 commit c87f032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@RunWith(SpringRunner.class)
@WebMvcTest(FooMappingExamplesController.class)
public class FooMappingExamplesControllerTest {
public class FooMappingExamplesControllerUnitTest {

@Autowired
private MockMvc mvc;
Expand Down

0 comments on commit c87f032

Please sign in to comment.