Skip to content

Commit

Permalink
Fix tests (in group :))
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Aug 24, 2014
1 parent 082c717 commit c232438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/VkTest/ClientTest.php
Expand Up @@ -62,7 +62,7 @@ public function testIsGroupMembersSuccess()
$client = $this->getClient();

$result = $client->isGroupMembers(1, array($this->getTestUserId(), 1));
$this->assertEquals(0, $result[0]->member);
$this->assertEquals(1, $result[0]->member);
$this->assertEquals(1, $result[1]->member);

$result = $client->isGroupMembers(10639516, array($this->getTestUserId(), 1));
Expand Down

0 comments on commit c232438

Please sign in to comment.