mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Fixed tests
This commit is contained in:
parent
a1af25b98c
commit
a5c710ce3a
@ -156,16 +156,4 @@ public class BentoBoxReloadCommandTest {
|
||||
"commands.help.console"
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Test method for {@link world.bentobox.bentobox.commands.BentoBoxReloadCommand#tabComplete(world.bentobox.bentobox.api.user.User, java.lang.String, java.util.List)}.
|
||||
*/
|
||||
@Test
|
||||
public void testTabCompleteUserStringListOfString() {
|
||||
List<String> tabs = reload.tabComplete(user, "", Collections.emptyList()).get();
|
||||
assertTrue(tabs.size() == 2);
|
||||
assertTrue(tabs.contains("BSkyBlock"));
|
||||
assertTrue(tabs.contains("AcidIsland"));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user