mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove incomplete flag on test case
This commit is contained in:
parent
aa2632fe46
commit
3ae8adfbf9
|
@ -105,8 +105,6 @@ class AssetCheckinTest extends TestCase
|
||||||
|
|
||||||
public function testAssetsLicenseSeatsAreClearedUponCheckin()
|
public function testAssetsLicenseSeatsAreClearedUponCheckin()
|
||||||
{
|
{
|
||||||
$this->markTestIncomplete('Not currently in controller');
|
|
||||||
|
|
||||||
$asset = Asset::factory()->assignedToUser()->create();
|
$asset = Asset::factory()->assignedToUser()->create();
|
||||||
LicenseSeat::factory()->assignedToUser()->for($asset)->create();
|
LicenseSeat::factory()->assignedToUser()->for($asset)->create();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue