mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +01:00
Fixed setUp name of method
This commit is contained in:
parent
a2631b88a6
commit
015f1dd694
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user