Skip to content

Commit 08e3793

Browse files
committed
Fixed lint.
1 parent 1728a2a commit 08e3793

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

remote-messaging/remote-messaging-impl/src/test/java/com/duckduckgo/remote/messaging/impl/ui/RemoteMessageModalSurfaceEvaluatorImplTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package com.duckduckgo.remote.messaging.impl.ui
1818

19+
import android.annotation.SuppressLint
1920
import android.content.Context
2021
import android.content.Intent
2122
import android.os.SystemClock
@@ -48,6 +49,7 @@ import org.mockito.kotlin.never
4849
import org.mockito.kotlin.verify
4950
import org.mockito.kotlin.whenever
5051

52+
@SuppressLint("DenyListedApi")
5153
class RemoteMessageModalSurfaceEvaluatorImplTest {
5254

5355
@get:Rule

0 commit comments

Comments
 (0)