1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 17:53:00 +01:00

Add more tests to FlatFileDatabaseManagerTest

This commit is contained in:
nossr50
2021-04-12 09:33:43 -07:00
parent aca1d6c0b1
commit 60013c710b
3 changed files with 60 additions and 28 deletions

View File

@@ -10,5 +10,5 @@ public enum FlatFileDataFlag {
MISSING_OR_NULL_UUID,
TOO_INCOMPLETE,
JUNK,
EMPTY,
EMPTY_LINE,
}