Removing unused imports

This commit is contained in:
Maxime NATUREL 2022-05-24 17:52:48 +02:00
parent 65d7ec8696
commit 1b8440d7c8

View File

@ -19,17 +19,13 @@ package org.matrix.android.sdk.internal.database.mapper
import io.mockk.every import io.mockk.every
import io.mockk.mockk import io.mockk.mockk
import io.mockk.mockkObject import io.mockk.mockkObject
import io.mockk.mockkStatic
import io.mockk.unmockkObject import io.mockk.unmockkObject
import io.mockk.unmockkStatic
import org.amshove.kluent.internal.assertEquals import org.amshove.kluent.internal.assertEquals
import org.junit.After import org.junit.After
import org.junit.Before import org.junit.Before
import org.junit.Test import org.junit.Test
import org.matrix.android.sdk.api.session.events.model.Content import org.matrix.android.sdk.api.session.events.model.Content
import org.matrix.android.sdk.api.session.events.model.toModel
import org.matrix.android.sdk.api.session.room.model.livelocation.LiveLocationShareAggregatedSummary import org.matrix.android.sdk.api.session.room.model.livelocation.LiveLocationShareAggregatedSummary
import org.matrix.android.sdk.api.session.room.model.message.MessageBeaconLocationDataContent
import org.matrix.android.sdk.internal.database.model.livelocation.LiveLocationShareAggregatedSummaryEntity import org.matrix.android.sdk.internal.database.model.livelocation.LiveLocationShareAggregatedSummaryEntity
class LiveLocationShareAggregatedSummaryMapperTest { class LiveLocationShareAggregatedSummaryMapperTest {