diff --git a/tests/Feature/Checkouts/AssetCheckoutTest.php b/tests/Feature/Checkouts/AssetCheckoutTest.php index 8396fd3722..25ff69fa90 100644 --- a/tests/Feature/Checkouts/AssetCheckoutTest.php +++ b/tests/Feature/Checkouts/AssetCheckoutTest.php @@ -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); } }