Skip to content

Commit 8280ecc

Browse files
committed
Lint
1 parent cbdb280 commit 8280ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoconsent/autoconsent-impl/src/test/java/com/duckduckgo/autoconsent/impl/handlers/OptOutAndAutoconsentDoneMessageHandlerPluginTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ class OptOutAndAutoconsentDoneMessageHandlerPluginTest {
4444
private val mockReloadLoopDetector: AutoconsentReloadLoopDetector = mock()
4545
private val webView: WebView = WebView(InstrumentationRegistry.getInstrumentation().targetContext)
4646

47-
private val handler = OptOutAndAutoconsentDoneMessageHandlerPlugin(TestScope(), coroutineRule.testDispatcherProvider, mockPixelManager, mockReloadLoopDetector)
47+
private val handler =
48+
OptOutAndAutoconsentDoneMessageHandlerPlugin(TestScope(), coroutineRule.testDispatcherProvider, mockPixelManager, mockReloadLoopDetector)
4849

4950
@Test
5051
fun whenProcessIfMessageTypeIsNotIncludedInListThenDoNothing() {

0 commit comments

Comments
 (0)