Skip to content

Commit a69da00

Browse files
committed
Fix tests
1 parent 1201c8a commit a69da00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/com/duckduckgo/app/browser/BrowserTabViewModelTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7839,7 +7839,7 @@ class BrowserTabViewModelTest {
78397839
class FakeCustomHeadersProvider(
78407840
var headers: Map<String, String>,
78417841
) : CustomHeadersProvider {
7842-
override fun getCustomHeaders(url: String): Map<String, String> = headers
7842+
override suspend fun getCustomHeaders(url: String): Map<String, String> = headers
78437843
}
78447844

78457845
class FakeContentScopeScriptsSubscriptionEventPlugin(

0 commit comments

Comments
 (0)