Skip to content

Commit

Permalink
avoid wilcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Mar 7, 2024
1 parent c20739f commit d350f7d
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -37,7 +37,10 @@
import java.util.Map;
import java.util.concurrent.atomic.AtomicInteger;

import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertTrue;

public class CheckBitSetModelBaseTest {

Expand Down

0 comments on commit d350f7d

Please sign in to comment.