fixed issue on test code

This commit is contained in:
Miriam Baglioni 2020-11-03 17:26:51 +01:00
parent 8ec7a61188
commit c010a8442f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class MakeTarTest {
String inputPath = workingDir + "/zenodo/";
MakeTar.makeTArArchive(fs, inputPath, "/tmp/out");
MakeTar.makeTArArchive(fs, inputPath, "/tmp/out", 0);
}
}