fix tests failed in exports

This commit is contained in:
2022-07-26 20:42:35 +02:00
parent 232cf96cb2
commit 3dabd031f4
3 changed files with 5 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ final class CountPersonTest extends AbstractExportTest
{
self::bootKernel();
$this->export = self::$container->get('chill.person.export.export_count_person');
$this->export = self::$container->get('chill.person.export.count_person');
}
public function getExport()