Skip to content

Commit 6c76ec4

Browse files
committed
no star imports
1 parent 50ef8fd commit 6c76ec4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
package software.aws.toolkits.jetbrains.core.notifications
55

66
import com.intellij.util.io.HttpRequests
7-
import io.mockk.*
7+
import io.mockk.Runs
8+
import io.mockk.every
9+
import io.mockk.just
10+
import io.mockk.mockk
11+
import io.mockk.mockkStatic
12+
import io.mockk.verify
813
import org.junit.jupiter.api.AfterEach
914
import org.junit.jupiter.api.BeforeEach
1015
import org.junit.jupiter.api.Test

0 commit comments

Comments
 (0)