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