Skip to content

Commit

Permalink
unit test is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinas Pošiūnas committed Jul 26, 2016
1 parent 47c3b44 commit 27f048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CampaignsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function create_campaign()

$this->assertTrue($campaign->campaign_type == $campaignData['type']);

$this->campaignsApi->delete($field->id);
$this->campaignsApi->delete($campaign->id);
}

}

0 comments on commit 27f048b

Please sign in to comment.