Skip to content

Commit

Permalink
Fix sedond test
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Kathuria <[email protected]>
  • Loading branch information
kartik1000 committed Mar 13, 2020
1 parent cd24ff9 commit 201573b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/phpunit/api/v3/MembershipStatusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public function testDelete() {
* Test that after checking the person as 'Deceased', the Membership is also 'Deceased' both through inline and normal edit.
*/
public function testDeceasedMembershipInline() {
$membershipStatusID = $this->membershipStatusCreate();
$contactID = $this->individualCreate();
$params = [
'contact_id' => $contactID,
Expand Down

0 comments on commit 201573b

Please sign in to comment.