Remove unneeded comment

This commit is contained in:
Marcus Moore 2024-04-10 16:34:14 -07:00
parent f6ad275030
commit 70934e54cf
No known key found for this signature in database

View file

@ -218,8 +218,6 @@ class AssetCheckoutTest extends TestCase
$asset->refresh();
// It's possible that this can be properly mocked in the future:
// https://laravel.com/docs/8.x/mocking#interacting-with-time
$this->assertTrue(Carbon::parse($asset->last_checkout)->diffInSeconds(now()) < 2);
}
}