mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-05 18:37:48 +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.junit.Test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
public class GeneratorSettingsTest {
|
||||
|
||||
@ -11,5 +11,6 @@ public class GeneratorSettingsTest {
|
||||
public void asWorldCreator() {
|
||||
GeneratorSettings settings = new GeneratorSettings();
|
||||
WorldCreator creator = settings.asWorldCreator("test");
|
||||
assertNotNull(creator);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user