mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
count pushed and pulled changesets
This commit is contained in:
@@ -91,6 +91,7 @@ public class GitPushCommandTest extends AbstractRemoteCommandTestBase
|
||||
PushResponse response = cmd.push(request);
|
||||
|
||||
assertNotNull(response);
|
||||
assertEquals(2l, response.getChangesetCount());
|
||||
|
||||
Iterator<RevCommit> commits = incoming.log().call().iterator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user