Insert some logging

This commit is contained in:
Rene Pfeuffer
2019-10-08 16:19:30 +02:00
parent ffcb96820e
commit 7af882fe8e
3 changed files with 15 additions and 4 deletions

View File

@@ -65,7 +65,6 @@ public class GitModifyCommand_LFSTest extends AbstractGitCommandTestBase {
@Test
public void shouldCreateSecondCommits() throws IOException, GitAPIException {
new GitLfsFilterModule().configure(null);
createCommit("new_lfs.png", "new content", "fe32608c9ef5b6cf7e3f946480253ff76f24f4ec0678f3d0f07f9844cbff9601", new ByteArrayOutputStream());
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();