Rename a test method

Change-Id: Ibb0bf0b1895a07a80a1f73d2fd6df2cb2d09fd77
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
This commit is contained in:
Thomas Wolf 2020-07-04 15:14:17 +02:00
parent 151f0cb82b
commit 0b9370bec8
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public void testHugePreamble() throws Exception {
* "https://issues.apache.org/jira/projects/SSHD/issues/SSHD-1028">SSHD-1028</a>
*/
@Test
public void testPushWithSessionLimit() throws Exception {
public void testCloneAndFetchWithSessionLimit() throws Exception {
server.getProperties().put(ServerFactoryManager.MAX_CONCURRENT_SESSIONS,
Integer.valueOf(2));
File localClone = cloneWith("ssh://localhost/doesntmatter",