Skip to content

Commit 27f048b

Browse files
author
Justinas Pošiūnas
committed
unit test is fixed
1 parent 47c3b44 commit 27f048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CampaignsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function create_campaign()
2727

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

30-
$this->campaignsApi->delete($field->id);
30+
$this->campaignsApi->delete($campaign->id);
3131
}
3232

3333
}

0 commit comments

Comments
 (0)