Skip to content

Commit

Permalink
Merge pull request #2456 from eileenmcnaughton/test-fix
Browse files Browse the repository at this point in the history
test -fix on test set-up (group contact)
  • Loading branch information
kurund committed Feb 4, 2014
2 parents 9255f81 + d8e39cb commit bcf4d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/api/v3/GroupContactTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function setUp() {
'visibility' => 'User and User Admin Only',
);

$this->_groupId2 = $this->groupCreate();
$this->_groupId2 = $this->groupCreate($group);
$params = array(
'contact_id.1' => $this->_contactId,
'group_id' => $this->_groupId2,
Expand Down

0 comments on commit bcf4d0d

Please sign in to comment.