mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
Use better test name
This commit is contained in:
@@ -41,7 +41,7 @@ public class ValidationConstraints_IllegalCharactersTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldNotAcceptCharactersBetween_Z_and_a() {
|
||||
public void shouldNotAcceptSpecialCharacters() {
|
||||
assertFalse(userGroupPattern.matcher(expression).matches());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user