mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Remove comment
This commit is contained in:
parent
16aa47509b
commit
59b7d5db4b
|
@ -101,8 +101,6 @@ class BulkDeleteUsersTest extends TestCase
|
||||||
|
|
||||||
public function testAssetsCanBeBulkCheckedIn()
|
public function testAssetsCanBeBulkCheckedIn()
|
||||||
{
|
{
|
||||||
// $this->markTestIncomplete();
|
|
||||||
|
|
||||||
[$userA, $userB, $userC] = User::factory()->count(3)->create();
|
[$userA, $userB, $userC] = User::factory()->count(3)->create();
|
||||||
|
|
||||||
$assetA = $this->assignAssetToUser($userA);
|
$assetA = $this->assignAssetToUser($userA);
|
||||||
|
|
Loading…
Reference in a new issue