File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
core-api/src/test/java/com/optimizely/ab/event/internal/serializer Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1818
1919import com .fasterxml .jackson .databind .ObjectMapper ;
2020
21- <<<<<<< HEAD
22- import com .optimizely .ab .event .internal .payload .EventBatch ;
23- =======
24- import com .fasterxml .jackson .databind .PropertyNamingStrategy ;
2521import com .optimizely .ab .event .internal .payload .*;
26- >>>>>>> master
2722
2823import org .junit .Test ;
2924
4035import static com .optimizely .ab .event .internal .serializer .SerializerTestUtils .generateImpressionWithSessionIdJson ;
4136
4237import static org .hamcrest .CoreMatchers .is ;
43- <<<<<<< HEAD
44- import static org .junit .Assert .assertThat ;
45- import static org .junit .Assert .assertTrue ;
46- import static org .junit .Assert .assertNotNull ;
47- =======
4838import static org .junit .Assert .*;
49- >>>>>>> master
5039
5140public class JacksonSerializerTest {
5241
You can’t perform that action at this time.
0 commit comments