Fix InstrumentTest

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2024-11-02 11:23:43 +11:00
parent 42504c5ab7
commit 5b6f5c4a3a

View File

@ -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()) {