Skip to content

Commit c91bfe3

Browse files
tastybentoCopilot
andauthored
Update src/test/java/world/bentobox/border/CommonTestSetup.java
Co-authored-by: Copilot <[email protected]>
1 parent 679bbc0 commit c91bfe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/world/bentobox/border/CommonTestSetup.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public abstract class CommonTestSetup {
132132

133133
@BeforeEach
134134
public void setUp() throws Exception {
135-
MockitoAnnotations.openMocks(this);
136135
// Processes the @Mock annotations and initializes the field
137136
closeable = MockitoAnnotations.openMocks(this);
138137
server = MockBukkit.mock();

0 commit comments

Comments
 (0)