Fix the camel case of a (test) method name

Change-Id: I99e2f0e61fa90cb6919be2af155b1cb6e12b520f
This commit is contained in:
Saša Živkov
2014-07-24 16:44:48 +02:00
parent 50f2d9171b
commit 8725d8f111

View File

@@ -418,7 +418,7 @@ public class RefControlTest {
}
@Test
public void testUnblockVisibilityByREGISTEREDUsers() {
public void testUnblockVisibilityByRegisteredUsers() {
block(local, READ, ANONYMOUS_USERS, "refs/heads/*");
allow(local, READ, REGISTERED_USERS, "refs/heads/*");