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