Skip to content

Commit 2043488

Browse files
committed
Cleanups
1 parent e7e48c8 commit 2043488

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Feature/Notifications/Email/BulkCheckoutEmailTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Illuminate\Support\Collection;
1313
use Illuminate\Support\Facades\Mail;
1414
use PHPUnit\Framework\Attributes\Group;
15-
use RuntimeException;
1615
use Tests\TestCase;
1716

1817
#[Group('notifications')]
@@ -50,8 +49,6 @@ public function test_email_is_sent_to_user()
5049

5150
public function test_email_is_sent_to_location_manager()
5251
{
53-
// todo: migrate this into a data provider?
54-
5552
$manager = User::factory()->create();
5653

5754
$this->target = Location::factory()->for($manager, 'manager')->create();
@@ -70,8 +67,6 @@ public function test_email_is_sent_to_location_manager()
7067

7168
public function test_email_is_sent_to_user_asset_is_checked_out_to()
7269
{
73-
// todo: migrate this into a data provider?
74-
7570
$user = User::factory()->create();
7671

7772
$this->target = Asset::factory()->assignedToUser($user)->create();

0 commit comments

Comments
 (0)