mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-23 03:41:34 +00:00
Fix last duplicate test method name (testQuickApplyWithNoSearchResults)
This commit is contained in:
parent
adf7082614
commit
86d5323f61
1 changed files with 1 additions and 1 deletions
|
|
@ -1483,7 +1483,7 @@ final class BulkInfoProviderImportControllerTest extends WebTestCase
|
||||||
$this->cleanupJob($entityManager, $jobId);
|
$this->cleanupJob($entityManager, $jobId);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testQuickApplyWithNoSearchResults(): void
|
public function testQuickApplyEmptyResultsReturns400(): void
|
||||||
{
|
{
|
||||||
$client = static::createClient();
|
$client = static::createClient();
|
||||||
$this->loginAsUser($client, 'admin');
|
$this->loginAsUser($client, 'admin');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue