put dataprovider back in for tests
This commit is contained in:
parent
0d707a1851
commit
93494ac554
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ class SlackNotificationsUponCheckinTest extends TestCase
|
||||||
public static function assetCheckInTargets(): array
|
public static function assetCheckInTargets(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
// 'Asset checked out to user' => [fn() => User::factory()->create()],
|
'Asset checked out to user' => [fn() => User::factory()->create()],
|
||||||
// 'Asset checked out to asset' => [fn() => Asset::factory()->laptopMbp()->create()],
|
'Asset checked out to asset' => [fn() => Asset::factory()->laptopMbp()->create()],
|
||||||
'Asset checked out to location' => [fn() => Location::factory()->create()],
|
'Asset checked out to location' => [fn() => Location::factory()->create()],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue