mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Implement missing methods
This commit is contained in:
@ -108,7 +108,7 @@ class FileSystemSnapshotDatabaseTest {
|
||||
reader.close();
|
||||
}
|
||||
|
||||
TEMP_DIR = Files.createTempDirectory("worldedit-fs-snap-dbs");
|
||||
TEMP_DIR = Files.createTempDirectory("worldedit-fs-snap-dbs").toRealPath();
|
||||
}
|
||||
|
||||
@AfterAll
|
||||
|
Reference in New Issue
Block a user