mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 12:17:05 -08:00
put dataprovider back in for tests
This commit is contained in:
parent
0d707a1851
commit
93494ac554
|
@ -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()],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue