Skip to content

Commit 6c5de4a

Browse files
author
John Hutcheson
committed
fix namespaces
1 parent d8d105a commit 6c5de4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Automations/Emails/QueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace MailchimpTests\Resources\Automations\Emails;
3+
namespace MailchimpTests\Automations\Emails;
44

55
use MailchimpAPI\Resources\Automations;
66
use MailchimpAPI\Resources\Automations\Emails;

tests/Automations/EmailsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace MailchimpTests\Resources\Automations;
3+
namespace MailchimpTests\Automations;
44

55
use MailchimpAPI\Resources\Automations;
66
use MailchimpAPI\Resources\Automations\Emails;

tests/Automations/RemovedSubscribersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace MailchimpTests\Resources\Automations;
3+
namespace MailchimpTests\Automations;
44

55
use MailchimpAPI\Resources\Automations;
66
use MailchimpAPI\Resources\Automations\RemovedSubscribers;

0 commit comments

Comments
 (0)