We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59ea60 commit c1d1d90Copy full SHA for c1d1d90
1 file changed
…/ably/lib/objects/unit/LiveObjectTest.kt …/lib/objects/unit/RealtimeObjectsTest.ktlive-objects/src/test/kotlin/io/ably/lib/objects/unit/LiveObjectTest.kt renamed to live-objects/src/test/kotlin/io/ably/lib/objects/unit/RealtimeObjectsTest.kt
@@ -4,7 +4,7 @@ import kotlinx.coroutines.test.runTest
4
import org.junit.Test
5
import kotlin.test.assertNotNull
6
7
-class LiveObjectTest {
+class RealtimeObjectsTest {
8
@Test
9
fun testChannelObjectGetterTest() = runTest {
10
val channel = getMockRealtimeChannel("test-channel")
0 commit comments