mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-11 02:47:39 +01:00
Fixed tests
This commit is contained in:
parent
1ed4773199
commit
314fddc400
@ -252,7 +252,7 @@ public class AdminRegisterCommandTest {
|
||||
AdminRegisterCommand itl = new AdminRegisterCommand(ac);
|
||||
assertTrue(itl.execute(user, itl.getLabel(), Collections.singletonList("tastybento")));
|
||||
// Add other verifications
|
||||
verify(user).sendMessage(eq("commands.admin.register.registered-island"), eq("[xyz]"), eq("123,123,432"));
|
||||
verify(user).sendMessage(eq("commands.admin.register.registered-island"), eq("[xyz]"), eq("123,123,432"), eq("[name]"), eq("tastybento"));
|
||||
verify(user).sendMessage(eq("general.success"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user