Skip to content

Commit

Permalink
Suppress DenyListedApi
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Dec 9, 2024
1 parent 9ccf9e4 commit 7f8a206
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import android.annotation.SuppressLint
import android.net.Uri
import android.webkit.WebResourceRequest
import androidx.core.net.toUri
Expand All @@ -18,6 +19,7 @@ import org.junit.runner.RunWith
import org.mockito.Mockito.*
import org.mockito.kotlin.whenever

@SuppressLint("DenyListedApi")
@RunWith(AndroidJUnit4::class)
class RealMaliciousSiteProtectionTest {

Expand Down

0 comments on commit 7f8a206

Please sign in to comment.