Fix last duplicate test method name (testQuickApplyWithNoSearchResults)

This commit is contained in:
Sebastian Almberg 2026-03-12 15:56:36 +01:00
parent adf7082614
commit 86d5323f61

View file

@ -1483,7 +1483,7 @@ final class BulkInfoProviderImportControllerTest extends WebTestCase
$this->cleanupJob($entityManager, $jobId);
}
public function testQuickApplyWithNoSearchResults(): void
public function testQuickApplyEmptyResultsReturns400(): void
{
$client = static::createClient();
$this->loginAsUser($client, 'admin');