Fix the camel case of a (test) method name
Change-Id: I99e2f0e61fa90cb6919be2af155b1cb6e12b520f
This commit is contained in:
@@ -418,7 +418,7 @@ public class RefControlTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testUnblockVisibilityByREGISTEREDUsers() {
|
public void testUnblockVisibilityByRegisteredUsers() {
|
||||||
block(local, READ, ANONYMOUS_USERS, "refs/heads/*");
|
block(local, READ, ANONYMOUS_USERS, "refs/heads/*");
|
||||||
allow(local, READ, REGISTERED_USERS, "refs/heads/*");
|
allow(local, READ, REGISTERED_USERS, "refs/heads/*");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user