Skip to content

Commit c13d147

Browse files
committed
fix tests
1 parent 5e2d207 commit c13d147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/src/test/java/io/github/sds100/keymapper/base/actions/PerformActionsUseCaseTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ class PerformActionsUseCaseTest {
8686
systemBridgeConnectionManager = mock(),
8787
executeShellCommandUseCase = mock(),
8888
coroutineScope = testCoroutineScope,
89+
notificationAdapter = mock(),
90+
settingsAdapter = mock(),
8991
)
9092
}
9193

0 commit comments

Comments
 (0)