mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-29 19:41:24 +01:00
Updated tests
This commit is contained in:
parent
9d04aa376b
commit
2c16f88013
@ -252,7 +252,7 @@ public class TestBSkyBlock {
|
|||||||
|
|
||||||
public TestCommand() {
|
public TestCommand() {
|
||||||
super("test", "t", "tt");
|
super("test", "t", "tt");
|
||||||
setParameters("test.params");
|
setParametersHelp("test.params");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -277,7 +277,7 @@ public class TestBSkyBlock {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
setParameters("sub.params");
|
setParametersHelp("sub.params");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user