diff --git a/src/test/java/com/onarandombox/MultiverseCore/test/TestWorldCreation.java b/src/test/java/com/onarandombox/MultiverseCore/test/TestWorldCreation.java index eb2e46c1..4bafc3eb 100644 --- a/src/test/java/com/onarandombox/MultiverseCore/test/TestWorldCreation.java +++ b/src/test/java/com/onarandombox/MultiverseCore/test/TestWorldCreation.java @@ -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")); } }