Update assertion to be more correct

This commit is contained in:
Marcus Moore 2024-02-14 12:27:42 -08:00
parent 905df5ec25
commit aec59f2da6
No known key found for this signature in database

View file

@ -125,7 +125,7 @@ class AssetCheckinTest extends TestCase
->post(route('hardware.checkin.store', ['assetId' => $asset->id]));
$this->assertNull($asset->refresh()->rtd_location_id);
$this->assertNull($asset->location_id);
$this->assertEquals($asset->location_id, $asset->rtd_location_id);
}
public function testPendingCheckoutAcceptancesAreClearedUponCheckin()