mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Fix InstrumentTest
By: md_5 <git@md-5.net>
This commit is contained in:
parent
42504c5ab7
commit
5b6f5c4a3a
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ package org.bukkit;
|
||||||
|
|
||||||
import static org.bukkit.support.MatcherAssert.*;
|
import static org.bukkit.support.MatcherAssert.*;
|
||||||
import static org.hamcrest.CoreMatchers.*;
|
import static org.hamcrest.CoreMatchers.*;
|
||||||
|
import org.bukkit.support.AbstractTestingBase;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class InstrumentTest {
|
public class InstrumentTest extends AbstractTestingBase {
|
||||||
@Test
|
@Test
|
||||||
public void getByType() {
|
public void getByType() {
|
||||||
for (Instrument instrument : Instrument.values()) {
|
for (Instrument instrument : Instrument.values()) {
|
||||||
|
|
Loading…
Reference in a new issue