BAEL-639: Fixing failing test
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package baeldung.com;
|
||||
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
public class RegistrationTest {
|
||||
|
||||
@Test
|
||||
public void givenEmail_ifValid_thenCorrect() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user