BAEL-4404|Updated test class name

This commit is contained in:
Tarun Jain 2020-09-24 03:02:04 +05:30
parent 6fc2261a39
commit 17369c4b77
1 changed files with 1 additions and 1 deletions

View File

@ -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 {