From 3ae8adfbf959ab6e1544b61a1aee83ee7df68235 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 21 Feb 2024 12:33:32 -0800 Subject: [PATCH] Remove incomplete flag on test case --- tests/Feature/Api/Assets/AssetCheckinTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/Api/Assets/AssetCheckinTest.php b/tests/Feature/Api/Assets/AssetCheckinTest.php index 947828f550..3eabdd076f 100644 --- a/tests/Feature/Api/Assets/AssetCheckinTest.php +++ b/tests/Feature/Api/Assets/AssetCheckinTest.php @@ -105,8 +105,6 @@ class AssetCheckinTest extends TestCase public function testAssetsLicenseSeatsAreClearedUponCheckin() { - $this->markTestIncomplete('Not currently in controller'); - $asset = Asset::factory()->assignedToUser()->create(); LicenseSeat::factory()->assignedToUser()->for($asset)->create();