diff --git a/app/tests/Feature/ClientSms/AutoSmsTest.php b/app/tests/Feature/ClientSms/AutoSmsTest.php index 7d6eb6fe..e33c019a 100644 --- a/app/tests/Feature/ClientSms/AutoSmsTest.php +++ b/app/tests/Feature/ClientSms/AutoSmsTest.php @@ -11,8 +11,8 @@ use App\Models\Deal; use App\Models\Tenant; use App\Models\User; use App\Services\Advertising\AdWalletService; -use App\Services\ClientSms\ClientSmsPricing; use App\Services\ClientSms\AllowedSmsOperators; +use App\Services\ClientSms\ClientSmsPricing; use App\Services\ClientSms\ClientSmsRecipientSelector; use App\Services\ClientSms\SmsQuietHours; use App\Services\DaData\DaDataBudgetGuard; diff --git a/app/tests/Feature/ClientSms/CancelCampaignTest.php b/app/tests/Feature/ClientSms/CancelCampaignTest.php index 828d3141..e7c6e28a 100644 --- a/app/tests/Feature/ClientSms/CancelCampaignTest.php +++ b/app/tests/Feature/ClientSms/CancelCampaignTest.php @@ -10,9 +10,9 @@ use App\Models\ClientSmsMessage; use App\Models\Tenant; use App\Models\User; use App\Services\Advertising\AdWalletService; +use App\Services\ClientSms\AllowedSmsOperators; use App\Services\ClientSms\ClientSmsAudienceBuilder; use App\Services\ClientSms\ClientSmsPricing; -use App\Services\ClientSms\AllowedSmsOperators; use App\Services\ClientSms\ClientSmsRecipientSelector; use App\Services\ClientSms\ClientSmsSnapshotReader; use App\Services\ClientSms\ClientSmsSnapshotWriter; diff --git a/app/tests/Feature/ClientSms/NoFundsStopTest.php b/app/tests/Feature/ClientSms/NoFundsStopTest.php index a8cc1561..037cd118 100644 --- a/app/tests/Feature/ClientSms/NoFundsStopTest.php +++ b/app/tests/Feature/ClientSms/NoFundsStopTest.php @@ -9,9 +9,9 @@ use App\Models\ClientSmsContact; use App\Models\ClientSmsMessage; use App\Models\Tenant; use App\Services\Advertising\AdWalletService; +use App\Services\ClientSms\AllowedSmsOperators; use App\Services\ClientSms\ClientSmsAudienceBuilder; use App\Services\ClientSms\ClientSmsPricing; -use App\Services\ClientSms\AllowedSmsOperators; use App\Services\ClientSms\ClientSmsRecipientSelector; use App\Services\ClientSms\ClientSmsSnapshotReader; use App\Services\ClientSms\ClientSmsSnapshotWriter; diff --git a/app/tests/Feature/ClientSms/SendJobTest.php b/app/tests/Feature/ClientSms/SendJobTest.php index 6494e995..10d22334 100644 --- a/app/tests/Feature/ClientSms/SendJobTest.php +++ b/app/tests/Feature/ClientSms/SendJobTest.php @@ -10,9 +10,9 @@ use App\Models\ClientSmsMessage; use App\Models\ClientSmsOptout; use App\Models\Tenant; use App\Services\Advertising\AdWalletService; +use App\Services\ClientSms\AllowedSmsOperators; use App\Services\ClientSms\ClientSmsAudienceBuilder; use App\Services\ClientSms\ClientSmsPricing; -use App\Services\ClientSms\AllowedSmsOperators; use App\Services\ClientSms\ClientSmsRecipientSelector; use App\Services\ClientSms\ClientSmsSnapshotReader; use App\Services\ClientSms\ClientSmsSnapshotWriter; diff --git a/app/tests/Feature/ClientSms/SnapshotTest.php b/app/tests/Feature/ClientSms/SnapshotTest.php index 14459db3..94931d6a 100644 --- a/app/tests/Feature/ClientSms/SnapshotTest.php +++ b/app/tests/Feature/ClientSms/SnapshotTest.php @@ -12,8 +12,8 @@ use App\Models\ClientSmsOptout; use App\Models\Tenant; use App\Models\User; use App\Services\Advertising\AdWalletService; -use App\Services\ClientSms\ClientSmsPricing; use App\Services\ClientSms\AllowedSmsOperators; +use App\Services\ClientSms\ClientSmsPricing; use App\Services\ClientSms\ClientSmsRecipientSelector; use App\Services\ClientSms\ClientSmsSnapshotReader; use App\Services\Sms\OperatorNormalizer; diff --git a/app/tests/Feature/ClientSms/WindowCampaignTest.php b/app/tests/Feature/ClientSms/WindowCampaignTest.php index 33237ccb..8e6056ee 100644 --- a/app/tests/Feature/ClientSms/WindowCampaignTest.php +++ b/app/tests/Feature/ClientSms/WindowCampaignTest.php @@ -11,8 +11,8 @@ use App\Models\Deal; use App\Models\Tenant; use App\Models\User; use App\Services\Advertising\AdWalletService; -use App\Services\ClientSms\ClientSmsPricing; use App\Services\ClientSms\AllowedSmsOperators; +use App\Services\ClientSms\ClientSmsPricing; use App\Services\ClientSms\ClientSmsRecipientSelector; use App\Services\ClientSms\ClientSmsSnapshotReader; use App\Services\Sms\OperatorNormalizer;