From 401de0bef39b41adcc0a75c6f25b8c7ec0960112 Mon Sep 17 00:00:00 2001 From: Paul Isaris Date: Thu, 10 Oct 2024 15:24:06 +0300 Subject: [PATCH] Updated test --- tests/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 4a23930..a52af51 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -2,5 +2,5 @@ it('provides translations', function () { $this->assertTranslationExists('cookies_consent::messages.title'); - $this->assertTranslationExists('cookies_consent::messages.body'); + $this->assertTranslationExists('cookies_consent::messages.description'); });