put dataprovider back in for tests

This commit is contained in:
Godfrey M 2024-11-04 15:17:58 -08:00
parent 0d707a1851
commit 93494ac554

View file

@ -31,8 +31,8 @@ class SlackNotificationsUponCheckinTest extends TestCase
public static function assetCheckInTargets(): array
{
return [
// 'Asset checked out to user' => [fn() => User::factory()->create()],
// 'Asset checked out to asset' => [fn() => Asset::factory()->laptopMbp()->create()],
'Asset checked out to user' => [fn() => User::factory()->create()],
'Asset checked out to asset' => [fn() => Asset::factory()->laptopMbp()->create()],
'Asset checked out to location' => [fn() => Location::factory()->create()],
];
}