Skip to content

Commit 01995ed

Browse files
authored
Fixed test. (#319)
1 parent 8f73f23 commit 01995ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubnub-kotlin/pubnub-kotlin-impl/src/integrationTest/kotlin/com/pubnub/api/integration/ObjectsIntegrationTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class ObjectsIntegrationTest : BaseIntegrationTest() {
286286

287287
val getPnMembers = getAllResult.data as ArrayList
288288
assertEquals(type01, getPnMembers[0].type?.value)
289-
assertEquals(type02, getPnMembers[10].type?.value)
289+
assertEquals(type02, getPnMembers[1].type?.value)
290290
assertEquals(setResult, getAllResult)
291291

292292
pubnub.removeChannelMembers(

0 commit comments

Comments
 (0)