mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove unneeded comment
This commit is contained in:
parent
f6ad275030
commit
70934e54cf
|
@ -218,8 +218,6 @@ class AssetCheckoutTest extends TestCase
|
||||||
|
|
||||||
$asset->refresh();
|
$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);
|
$this->assertTrue(Carbon::parse($asset->last_checkout)->diffInSeconds(now()) < 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue