Fixes test

This commit is contained in:
tastybento 2020-08-06 21:06:19 -07:00
parent fd06c0cdd7
commit abf4b882c0
1 changed files with 1 additions and 0 deletions

View File

@ -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());