Remove incomplete flag on test case

This commit is contained in:
Marcus Moore 2024-02-21 12:33:32 -08:00
parent aa2632fe46
commit 3ae8adfbf9
No known key found for this signature in database

View file

@ -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();