BAEL-4404|Updated test class name

This commit is contained in:
Tarun Jain
2020-09-24 03:02:04 +05:30
parent b7228b1946
commit 83246e8e28

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 {