Skip to content

Commit

Permalink
fix: remove wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
Scripter36 committed Dec 10, 2023
1 parent e30f2a1 commit a5ff942
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package com.example.readability.ui.models.network
import android.content.Context
import android.net.ConnectivityManager
import com.example.readability.data.NetworkStatusDataSource
import io.mockk.*
import io.mockk.coEvery
import io.mockk.every
import io.mockk.mockk
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.resetMain
Expand Down

0 comments on commit a5ff942

Please sign in to comment.