Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-cebo committed Dec 7, 2024
1 parent 8f73f23 commit 646ac73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class ObjectsIntegrationTest : BaseIntegrationTest() {

val getPnMembers = getAllResult.data as ArrayList
assertEquals(type01, getPnMembers[0].type?.value)
assertEquals(type02, getPnMembers[10].type?.value)
assertEquals(type02, getPnMembers[1].type?.value)
assertEquals(setResult, getAllResult)

pubnub.removeChannelMembers(
Expand Down

0 comments on commit 646ac73

Please # to comment.