mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[BUGFIX] Added validate to create required directories
This commit is contained in:
@@ -14,6 +14,8 @@ public class CacheValidationTest {
|
||||
|
||||
@Test
|
||||
public void test() throws IOException {
|
||||
Directories.validate();
|
||||
|
||||
File fileOne = new File(Directories.getCachePath(), "should-exist.tmp");
|
||||
File fileTwo = new File(Directories.getCachePath(), "should-not-exist.tmp");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user