Test doesn't do anything though...
This commit is contained in:
tastybento 2023-06-28 21:02:39 -07:00
parent 4c0cb9f17c
commit e846d26fab

View File

@ -114,7 +114,7 @@ public class IslandWorldManagerTest {
*/
@Test
public void testRegisterWorldsToMultiverse() {
iwm.registerWorldsToMultiverse();
iwm.registerWorldsToMultiverse(true);
}
/**