We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f3bda commit 332d9fbCopy full SHA for 332d9fb
app/src/test/java/com/drunkenboys/calendarun/data/slice/local/FakeSliceLocalDataSource.kt
@@ -29,4 +29,12 @@ class FakeSliceLocalDataSource : SliceLocalDataSource {
29
override suspend fun deleteSliceList(calendarId: Long) {
30
database.removeAll { it.calendarId == calendarId }
31
}
32
+
33
+ override suspend fun deleteSlice(slice: Slice) {
34
35
+ }
36
37
+ override suspend fun deleteSliceById(id: Long) {
38
39
40
0 commit comments