Use better test name

This commit is contained in:
René Pfeuffer
2018-10-01 17:11:41 +02:00
parent 0a928e6a57
commit 49ea7aeb17

View File

@@ -41,7 +41,7 @@ public class ValidationConstraints_IllegalCharactersTest {
}
@Test
public void shouldNotAcceptCharactersBetween_Z_and_a() {
public void shouldNotAcceptSpecialCharacters() {
assertFalse(userGroupPattern.matcher(expression).matches());
}
}