Skip to content

Commit e102f94

Browse files
committed
move NotificationServiceTest to proper package
1 parent a278348 commit e102f94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jvmTest/kotlin/notification/NotificationServiceTest.kt renamed to src/jvmTest/kotlin/io/rebble/libpebblecommon/services/notification/NotificationServiceTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package notification
1+
package io.rebble.libpebblecommon.services.notification
22

33
import TestProtocolHandler
44
import assertIs
@@ -7,7 +7,6 @@ import io.rebble.libpebblecommon.blobdb.BlobResponse
77
import io.rebble.libpebblecommon.blobdb.NotificationSource
88
import io.rebble.libpebblecommon.blobdb.PushNotification
99
import io.rebble.libpebblecommon.services.blobdb.BlobDBService
10-
import io.rebble.libpebblecommon.services.notification.NotificationService
1110
import runBlockingWithTimeout
1211
import kotlin.test.Test
1312
import kotlin.test.assertEquals

0 commit comments

Comments
 (0)