diff --git a/tests/Feature/SendSmsTest.php b/tests/Feature/SendSmsTest.php index d5ce6b5..9ded27f 100644 --- a/tests/Feature/SendSmsTest.php +++ b/tests/Feature/SendSmsTest.php @@ -13,7 +13,7 @@ expect(fn () => $user->notify(new SendSms("Hello {$user->name}! This is test SMS."))) ->not() ->toThrow(\Exception::class); -});//->skip('Skipped for cost saving.'); +})->skip('Skipped for cost saving.'); test('user can recieve voice call.', function () { $user = User::factory()->create();