mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Add missing AbstractTestingBase extension
This commit is contained in:
parent
a7c1393b43
commit
8b97f21525
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,11 @@ import static org.junit.Assert.*;
|
|||
import java.util.Collection;
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.plugin.TestPlugin;
|
||||
import org.bukkit.support.AbstractTestingBase;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class StandardMessengerTest {
|
||||
public class StandardMessengerTest extends AbstractTestingBase {
|
||||
public StandardMessenger getMessenger() {
|
||||
return new StandardMessenger();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue