Skip to content

Commit 6c0047e

Browse files
committed
Fix a false warning
1 parent 34084ac commit 6c0047e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

duckchat/duckchat-impl/src/test/kotlin/com/duckduckgo/duckchat/impl/ui/settings/DuckChatSettingsViewModelTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class DuckChatSettingsViewModelTest {
5858

5959
@Before
6060
fun setUp() = runTest {
61+
@Suppress("DenyListedApi")
6162
settingsPageFeature.saveAndExitSerpSettings().setRawStoredState(State(enable = false))
6263
whenever(duckChat.observeEnableDuckChatUserSetting()).thenReturn(flowOf(true))
6364
whenever(duckChat.observeShowInBrowserMenuUserSetting()).thenReturn(flowOf(false))

0 commit comments

Comments
 (0)