mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-10 10:28:21 +01:00
Fix test
This commit is contained in:
parent
b276c0715c
commit
503107a90c
@ -214,7 +214,7 @@ public class IslandDeletehomeCommandTest {
|
||||
assertFalse(idh.canExecute(user, "label", List.of("something")));
|
||||
verify(user).sendMessage("commands.island.go.unknown-home");
|
||||
verify(user).sendMessage("commands.island.sethome.homes-are");
|
||||
verify(user).sendMessage("home-list-syntax", TextVariables.NAME, "home");
|
||||
verify(user).sendMessage("commands.island.sethome.home-list-syntax", TextVariables.NAME, "home");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user