mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-25 20:51:30 -08:00
Remove unneeded comment
This commit is contained in:
parent
f6ad275030
commit
70934e54cf
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue