mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 11:27:35 +01:00
Fix InstrumentTest
By: md_5 <git@md-5.net>
This commit is contained in:
parent
42504c5ab7
commit
5b6f5c4a3a
@ -2,9 +2,10 @@ package org.bukkit;
|
||||
|
||||
import static org.bukkit.support.MatcherAssert.*;
|
||||
import static org.hamcrest.CoreMatchers.*;
|
||||
import org.bukkit.support.AbstractTestingBase;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class InstrumentTest {
|
||||
public class InstrumentTest extends AbstractTestingBase {
|
||||
@Test
|
||||
public void getByType() {
|
||||
for (Instrument instrument : Instrument.values()) {
|
||||
|
Loading…
Reference in New Issue
Block a user