Add missing AbstractTestingBase to InstrumentTest

This commit is contained in:
DerFrZocker 2024-06-10 07:04:23 +02:00
parent 139cc0c369
commit 393bf3fefb
No known key found for this signature in database
GPG key ID: 713F71FFFE1DDF91

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