mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Rename method
This commit is contained in:
@@ -80,7 +80,7 @@ public class SecurityCheckInjectableTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test public void
|
@Test public void
|
||||||
calling_login_should_return_user_if_user_present_in_http_session() {
|
cookie_login_should_return_user_if_user_present_in_http_session() {
|
||||||
User userInSession = new User();
|
User userInSession = new User();
|
||||||
|
|
||||||
HttpSession session = mock(HttpSession.class);
|
HttpSession session = mock(HttpSession.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user