Actually this is newFolder()

This commit is contained in:
Adam
2016-08-20 15:56:08 -04:00
parent 6e6c59dc5b
commit aa15feb091

View File

@@ -51,7 +51,7 @@ public class MapImageDumperTest
public void extract() throws IOException
{
File base = StoreLocation.LOCATION,
outFile = folder.newFile();
outFile = folder.newFolder();
BufferedImage[] images;