From 3710168c1e65469bdf4325660a68b93c72d2eb1c Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 17 Jan 2024 22:02:08 +0100 Subject: [PATCH] Fix tests. --- .../tests/TestCase/Service/Localized/ValidationServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sandbox/tests/TestCase/Service/Localized/ValidationServiceTest.php b/plugins/Sandbox/tests/TestCase/Service/Localized/ValidationServiceTest.php index c7f2231b..a11fcf09 100644 --- a/plugins/Sandbox/tests/TestCase/Service/Localized/ValidationServiceTest.php +++ b/plugins/Sandbox/tests/TestCase/Service/Localized/ValidationServiceTest.php @@ -53,7 +53,7 @@ public function testGetAvailable(): void { $result = $this->service->getAvailable(); $this->assertNotEmpty($result); - $this->assertNotEmpty($result['De']); + $this->assertNotEmpty($result['DE']); } }