BAEL - 2956

Fixed permission denied exception
This commit is contained in:
TINO 2019-06-15 12:29:59 +03:00
parent 5ff3aee99f
commit bd80953ac4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class ChronicleMapUnitTest {
.name("country-map")
.entries(50)
.averageValue("America")
.createPersistedTo(new File(System.getProperty("java.io.tmpdir") + "country-details.dat"));
.createPersistedTo(new File(System.getProperty("user.home") + "/country-details.dat"));
Set<Integer> averageValue = IntStream.of(1, 2)
.boxed()