Skip to content

Commit

Permalink
Refactor: Renamed WebCareApplicationTests to UserControllerTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ishika28 committed Jul 4, 2020
1 parent 93ef293 commit bd963ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import com.pemits.webcare.web.user.dto.ChangePasswordDto;

@ExtendWith(MockitoExtension.class)
class WebCareApplicationTests {
class UserControllerTests {

@Mock
private PasswordEncoder passwordEncoder;
Expand Down

0 comments on commit bd963ba

Please sign in to comment.