mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
@@ -15,13 +15,6 @@ import org.junit.Test;
|
||||
import com.google.common.collect.Lists;
|
||||
|
||||
public class NoteTest {
|
||||
@Test
|
||||
public void getToneByDeprecated() {
|
||||
for (Note.Tone tone : Note.Tone.values()) {
|
||||
assertThat(Note.Tone.getToneById(tone.getId()), is(tone));
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getToneByData() {
|
||||
for (Note.Tone tone : Note.Tone.values()) {
|
||||
|
Reference in New Issue
Block a user