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 a278348 commit e102f94Copy full SHA for e102f94
src/jvmTest/kotlin/notification/NotificationServiceTest.kt renamed to src/jvmTest/kotlin/io/rebble/libpebblecommon/services/notification/NotificationServiceTest.kt
@@ -1,4 +1,4 @@
1
-package notification
+package io.rebble.libpebblecommon.services.notification
2
3
import TestProtocolHandler
4
import assertIs
@@ -7,7 +7,6 @@ import io.rebble.libpebblecommon.blobdb.BlobResponse
7
import io.rebble.libpebblecommon.blobdb.NotificationSource
8
import io.rebble.libpebblecommon.blobdb.PushNotification
9
import io.rebble.libpebblecommon.services.blobdb.BlobDBService
10
-import io.rebble.libpebblecommon.services.notification.NotificationService
11
import runBlockingWithTimeout
12
import kotlin.test.Test
13
import kotlin.test.assertEquals
0 commit comments