Added clearInline Mocks just in case.

This commit is contained in:
tastybento 2023-07-20 00:38:58 -07:00
parent 850939f3a8
commit 2512a892fd

View File

@ -139,6 +139,7 @@ public class SafeSpotTeleportTest {
*/
@After
public void tearDown() throws Exception {
Mockito.framework().clearInlineMocks();
}
/**