mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-07 03:11:02 +01:00
This IS fixed!
This commit is contained in:
parent
de6fc6481e
commit
98f5e1e4ee
@ -84,9 +84,6 @@ public class TestWorldCreation {
|
||||
assertNotNull(worldsSection);
|
||||
assertEquals(2, worldsSection.getKeys(false).size());
|
||||
assertTrue(worldsSection.getKeys(false).contains("world2"));
|
||||
// TODO: Uncomment once this is fixed!!!
|
||||
//assertTrue(worldsSection.getKeys(false).contains("'fish.world'"));
|
||||
|
||||
// Worlds with .s are a special case, verify that they work.
|
||||
assertTrue(worldsSection.getKeys(false).contains("fish.world"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user