Fixed setUp name of method

This commit is contained in:
tastybento 2019-03-11 19:01:45 -07:00
parent a2631b88a6
commit 015f1dd694

View File

@ -70,7 +70,7 @@ public class ChestDamageListenerTest {
private World world;
@Before
public void setUpClass() {
public void setUp() {
// Set up plugin
plugin = mock(BentoBox.class);
Whitebox.setInternalState(BentoBox.class, "instance", plugin);