Skip to content

Commit e9779c5

Browse files
committed
Fix minor error
1 parent c049822 commit e9779c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/world/bentobox/aoneblock/listeners/HoloListenerTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public class HoloListenerTest {
9595
@Before
9696
public void setUp() throws Exception {
9797
// Set up plugin
98-
BentoBox plugin = mock(BentoBox.class);
9998
Whitebox.setInternalState(BentoBox.class, "instance", plugin);
10099
// Settings
101100
settings = new Settings();
@@ -143,11 +142,8 @@ public void setUp() throws Exception {
143142
hl = new HoloListener(addon);
144143
}
145144

146-
/**
147-
* @throws java.lang.Exception
148-
*/
149145
@After
150-
public void tearDown() throws Exception {
146+
public void tearDown() {
151147
User.clearUsers();
152148
}
153149

0 commit comments

Comments
 (0)