mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
@@ -6,13 +6,6 @@ import static org.junit.Assert.assertThat;
|
||||
import org.junit.Test;
|
||||
|
||||
public class StatisticTest {
|
||||
@Test
|
||||
public void getDeprecated() {
|
||||
for (Statistic statistic : Statistic.values()) {
|
||||
assertThat(Statistic.getStatistic(statistic.getId()), is(statistic));
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getById() {
|
||||
for (Statistic statistic : Statistic.values()) {
|
||||
|
Reference in New Issue
Block a user