Fix flaky boundary test with freezeTime
All checks were successful
CI / ci (push) Successful in 5m36s
CI / ci (pull_request) Successful in 16m47s
Build and Push Docker Image / build (push) Successful in 4m15s

This commit is contained in:
myrmidex 2026-03-18 21:54:20 +01:00
parent ff855facda
commit 4b0d17e2ae

View file

@ -100,6 +100,8 @@ public function test_cascade_deletes_route_articles(): void
public function test_preserves_article_at_exact_retention_boundary(): void
{
$this->freezeTime();
$boundary = Article::factory()->for(Feed::factory())->create([
'created_at' => now()->subDays(30),
]);