BAEL-4404|Updated test class name
This commit is contained in:
parent
6fc2261a39
commit
17369c4b77
|
@ -13,7 +13,7 @@ import javax.servlet.http.HttpServletResponse;
|
|||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.web.filter.CharacterEncodingFilter;
|
||||
|
||||
class CharEncodingCheckControllerTest {
|
||||
class CharEncodingCheckControllerUnitTest {
|
||||
|
||||
@Test
|
||||
void whenCharEncodingFilter_thenVerifyEncoding() throws ServletException, IOException {
|
Loading…
Reference in New Issue