mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-25 09:41:23 +01:00
Add todo on comparing config file
This commit is contained in:
parent
55fd08e0b1
commit
5208028e65
@ -60,6 +60,7 @@ class WorldConfigFileTest : TestWithMockBukkit() {
|
||||
}
|
||||
|
||||
private fun compareConfigFile(configPath: String, comparePath: String) {
|
||||
// TODO: Map keys may not guaranteed order. Potentially look at Hamkrest and assertThat.
|
||||
val config = multiverseCore.dataFolder.toPath().resolve(configPath).toFile().readText()
|
||||
val configCompare = getResourceAsText(comparePath)
|
||||
assertNotNull(configCompare)
|
||||
|
Loading…
Reference in New Issue
Block a user