blob: a3498e61edf1b7eab447f844889c4b39f59b71fc [file] [log] [blame] [raw]
package net.glowstone.command.minecraft;
import net.glowstone.command.CommandTest;
public class DeopCommandTest extends CommandTest<DeopCommand> {
// TODO: Add more tests.
public DeopCommandTest() {
super(DeopCommand::new);
}
}