Skip to content

Commit

Permalink
Refactor: remove * kotlin import and add individual classes
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarm committed Jan 14, 2024
1 parent 6ef5648 commit d1ed462
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ package org.wordpress.android.ui.mysite.cards
import kotlinx.coroutines.ExperimentalCoroutinesApi
import org.assertj.core.api.Assertions.assertThat
import org.junit.Assert.assertTrue
import org.mockito.kotlin.*
import org.mockito.kotlin.mock
import org.mockito.kotlin.whenever
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.Mock
import org.mockito.junit.MockitoJUnitRunner
import org.mockito.kotlin.any
import org.mockito.kotlin.doReturn
import org.wordpress.android.BaseUnitTest
import org.wordpress.android.fluxc.model.SiteModel
import org.wordpress.android.ui.mysite.MySiteCardAndItem.Card.JetpackInstallFullPluginCard
Expand Down

0 comments on commit d1ed462

Please sign in to comment.