Skip to content

Commit

Permalink
Fixes wildcard imports caught in detekt 1.22.0 detekt/detekt#5121
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Jul 18, 2023
1 parent 2be916e commit 4e738de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,8 @@
package org.wordpress.android.ui.jetpackoverlay

import kotlinx.coroutines.ExperimentalCoroutinesApi
import org.junit.Assert.*
import org.junit.Assert.assertNull
import org.junit.Assert.assertEquals
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
Expand Down
Expand Up @@ -12,7 +12,6 @@ import org.mockito.kotlin.verify
import org.mockito.kotlin.whenever
import org.wordpress.android.fluxc.store.AccountStore
import org.wordpress.android.localcontentmigration.ContentMigrationAnalyticsTracker
import org.wordpress.android.localcontentmigration.LocalContentEntityData.Companion.IneligibleReason.*
import org.wordpress.android.ui.prefs.AppPrefsWrapper
import org.wordpress.android.util.BuildConfigWrapper
import org.wordpress.android.util.config.JetpackMigrationFlowFeatureConfig
Expand Down

0 comments on commit 4e738de

Please sign in to comment.