We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c3b44 commit 27f048bCopy full SHA for 27f048b
tests/CampaignsTest.php
@@ -27,7 +27,7 @@ public function create_campaign()
27
28
$this->assertTrue($campaign->campaign_type == $campaignData['type']);
29
30
- $this->campaignsApi->delete($field->id);
+ $this->campaignsApi->delete($campaign->id);
31
}
32
33
0 commit comments