mirror of
https://github.com/BentoBoxWorld/Warps.git
synced 2024-11-13 06:14:21 +01:00
Fixes test
This commit is contained in:
parent
fd06c0cdd7
commit
abf4b882c0
@ -219,6 +219,7 @@ public class WarpCommandTest {
|
||||
*/
|
||||
@Test
|
||||
public void testExecuteUserStringListOfStringKnownPlayerStartOnly() {
|
||||
when(pm.getName(any())).thenReturn("tastybento");
|
||||
warpCommandWarpCompositeCommand();
|
||||
assertTrue(wc.execute(user, "warp", Collections.singletonList("tAsTy")));
|
||||
//verify(wsm).warpPlayer(eq(world), eq(user), any());
|
||||
|
Loading…
Reference in New Issue
Block a user