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