mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
Add missing AbstractTestingBase to InstrumentTest
This commit is contained in:
parent
139cc0c369
commit
393bf3fefb
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.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…
Add table
Reference in a new issue