diff --git a/backend/tests/Feature/ArticleDiscoveryCommandTest.php b/backend/tests/Feature/Http/Console/Commands/FetchNewArticlesCommandTest.php similarity index 91% rename from backend/tests/Feature/ArticleDiscoveryCommandTest.php rename to backend/tests/Feature/Http/Console/Commands/FetchNewArticlesCommandTest.php index 9d1c955..e02d822 100644 --- a/backend/tests/Feature/ArticleDiscoveryCommandTest.php +++ b/backend/tests/Feature/Http/Console/Commands/FetchNewArticlesCommandTest.php @@ -1,17 +1,15 @@ artisan('article:refresh'); $exitCode->assertSuccessful(); - + // The command should complete without the "no feeds" message $exitCode->assertExitCode(0); } @@ -72,4 +70,4 @@ public function test_command_logs_when_no_feeds_available(): void $exitCode->assertSuccessful(); $exitCode->expectsOutput('No active feeds found. Article discovery skipped.'); } -} \ No newline at end of file +}