Skip to content

Commit

Permalink
Test tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jan 25, 2017
1 parent 59d7cb5 commit 0b8429f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/api/v3/ProfileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testProfileGetWithoutProfileId() {
$params = array(
'contact_id' => 1,
);
$result = $this->callAPIFailure('profile', 'get', $params,
$this->callAPIFailure('profile', 'get', $params,
'Mandatory key(s) missing from params array: profile_id'
);
}
Expand Down

0 comments on commit 0b8429f

Please sign in to comment.