You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: browser-mode/browser-mode-impl/src/test/kotlin/com/duckduckgo/browsermode/impl/RealWebViewModeInitializerTest.kt
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,21 @@ class RealWebViewModeInitializerTest {
37
37
)
38
38
39
39
@Test
40
-
fun`bind returns success when Fire mode is available and profile binding succeeds`() {
40
+
fun`bind returns success when Fire mode is available and Fire profile binding succeeds`() {
41
41
val result = testee.bind(webView, BrowserMode.FIRE)
0 commit comments