Skip to content

Commit c3a8811

Browse files
committed
cleanup
1 parent bebac37 commit c3a8811

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/test/java/com/flagsmith/flagengine/unit/segments/SegmentEvaluatorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import java.util.ArrayList;
2121
import java.util.Arrays;
22-
import java.util.HashMap;
2322
import java.util.List;
2423
import java.util.stream.Stream;
2524

src/test/java/com/flagsmith/threads/AnalyticsProcessorTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,14 @@
1616
import com.flagsmith.config.FlagsmithConfig;
1717
import com.flagsmith.config.Retry;
1818
import java.io.IOException;
19-
import java.util.Map;
20-
import java.util.concurrent.ConcurrentHashMap;
21-
import java.util.concurrent.atomic.LongAccumulator;
22-
import java.util.concurrent.atomic.LongAdder;
2319

2420
import lombok.SneakyThrows;
2521
import okhttp3.Response;
2622
import okhttp3.mock.MockInterceptor;
27-
import org.junit.Assert;
2823
import org.junit.jupiter.api.Assertions;
2924
import org.junit.jupiter.api.BeforeEach;
3025
import org.junit.jupiter.api.Test;
3126

32-
3327
public class AnalyticsProcessorTest {
3428

3529
private FlagsmithApiWrapper api;

0 commit comments

Comments
 (0)