Skip to content

Commit b49f8f0

Browse files
committed
Update the fake repository method signature
1 parent 35179d2 commit b49f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/com/duckduckgo/app/generalsettings/showonapplaunch/ShowOnAppLaunchOptionHandlerImplTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ class ShowOnAppLaunchOptionHandlerImplTest {
820820
TODO("Not yet implemented")
821821
}
822822

823-
override suspend fun undoDeletable(tabIds: List<String>) {
823+
override suspend fun undoDeletable(tabIds: List<String>, moveActiveTabToEnd: Boolean) {
824824
TODO("Not yet implemented")
825825
}
826826

0 commit comments

Comments
 (0)