Skip to content

Commit

Permalink
type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Feb 3, 2025
1 parent e3f42ee commit 6f6419e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function testHappyPath(): void

if (!empty($staleMembers)) {
$cleanup = $this->pubnub->removeMembers()->channel($this->channel)->members($staleMembers)->sync();
$this->assertInstanceOf(PNSetChannelMetadataResult::class, $cleanup);
$this->assertInstanceOf(PNMembersResult::class, $cleanup);
$this->assertCount(0, $cleanup->getData());
}

Expand Down

0 comments on commit 6f6419e

Please sign in to comment.