Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 11, 2021
1 parent 25df2a5 commit 3a4ce6c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use App\Containers\AppSection\Authentication\Notifications\Welcome;
use App\Containers\AppSection\Authentication\Tests\TestCase;
use App\Containers\AppSection\Authentication\UI\API\Requests\RegisterUserRequest;
use Illuminate\Support\Facades\Mail;
use Illuminate\Support\Facades\Notification;

/**
Expand All @@ -21,7 +20,6 @@ class RegisterUserActionTest extends TestCase
public function testSendNotification_AfterUserRegistration(): void
{
Notification::fake();
Mail::fake();

$data = [
'email' => '[email protected]',
Expand Down

0 comments on commit 3a4ce6c

Please sign in to comment.