We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f5ece commit 404a3eeCopy full SHA for 404a3ee
app/src/androidTest/java/com/duckduckgo/app/browser/BrowserTabViewModelTest.kt
@@ -623,7 +623,6 @@ class BrowserTabViewModelTest {
623
private val mockDeviceAppLookup: DeviceAppLookup = mock()
624
625
private val mockDuckAiFullScreenMode = MutableStateFlow(false)
626
- private val mockDuckAiFullScreenModeEnabled = MutableStateFlow(false)
627
628
private lateinit var fakeContentScopeScriptsSubscriptionEventPluginPoint: FakeContentScopeScriptsSubscriptionEventPluginPoint
629
private var serpSettingsFeature = FakeFeatureToggleFactory.create(SerpSettingsFeature::class.java)
0 commit comments