Update EmailValidationUnitTest.java

This commit is contained in:
Ashish Gupta 2021-08-16 11:58:55 +05:30 committed by GitHub
parent e817cffca0
commit 7caefe62b7
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package com.baeldung.emailvalidation;
import static org.junit.Assert.assertTrue;
import org.apache.commons.validator.routines.EmailValidator;
import org.junit.Test;