mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-06 18:47:52 +01:00
Enhanced test
This commit is contained in:
parent
e117fda5e8
commit
5411983f7d
@ -3,7 +3,7 @@ package de.butzlabben.world.wrapper;
|
|||||||
import org.bukkit.WorldCreator;
|
import org.bukkit.WorldCreator;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.assertNotNull;
|
||||||
|
|
||||||
public class GeneratorSettingsTest {
|
public class GeneratorSettingsTest {
|
||||||
|
|
||||||
@ -11,5 +11,6 @@ public class GeneratorSettingsTest {
|
|||||||
public void asWorldCreator() {
|
public void asWorldCreator() {
|
||||||
GeneratorSettings settings = new GeneratorSettings();
|
GeneratorSettings settings = new GeneratorSettings();
|
||||||
WorldCreator creator = settings.asWorldCreator("test");
|
WorldCreator creator = settings.asWorldCreator("test");
|
||||||
|
assertNotNull(creator);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user