Skip to content

Commit

Permalink
Improving test
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Sep 19, 2024
1 parent cb298d0 commit ae23450
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.*;
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.when;

@RunWith(MockitoJUnitRunner.class)
public class InfinispanPingServiceTest {
Expand Down

0 comments on commit ae23450

Please sign in to comment.