minor fix

This commit is contained in:
DOHA
2016-10-29 13:49:35 +02:00
parent ba093502a1
commit f164e58c7c
3 changed files with 39 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ import org.junit.Before;
import org.junit.Test;
public class JavaFolderSizeUnitTest {
private final long EXPECTED_SIZE = 260;
private final long EXPECTED_SIZE = 381;
private String path;
@Before