From b88e5e27d838d36b625427ce592528200fad75d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 22 Jun 2024 23:01:40 +0200 Subject: [PATCH] Fixed tests --- tests/Services/ImportExportSystem/EntityImporterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Services/ImportExportSystem/EntityImporterTest.php b/tests/Services/ImportExportSystem/EntityImporterTest.php index b93efc1a..31859b6a 100644 --- a/tests/Services/ImportExportSystem/EntityImporterTest.php +++ b/tests/Services/ImportExportSystem/EntityImporterTest.php @@ -309,7 +309,7 @@ EOT; $this->assertSame('', $error['entity']->getName()); $this->assertContainsOnlyInstancesOf(ConstraintViolation::class, $error['violations']); //Element name must be element name - $this->assertArrayHasKey('', $errors); + $this->assertArrayHasKey('Row 1', $errors); //Check the valid element $this->assertSame('Test 1', $results[0]->getName());