We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c049822 commit e9779c5Copy full SHA for e9779c5
src/test/java/world/bentobox/aoneblock/listeners/HoloListenerTest.java
@@ -95,7 +95,6 @@ public class HoloListenerTest {
95
@Before
96
public void setUp() throws Exception {
97
// Set up plugin
98
- BentoBox plugin = mock(BentoBox.class);
99
Whitebox.setInternalState(BentoBox.class, "instance", plugin);
100
// Settings
101
settings = new Settings();
@@ -143,11 +142,8 @@ public void setUp() throws Exception {
143
142
hl = new HoloListener(addon);
144
}
145
146
- /**
147
- * @throws java.lang.Exception
148
- */
149
@After
150
- public void tearDown() throws Exception {
+ public void tearDown() {
151
User.clearUsers();
152
153
0 commit comments