From 72e65ba1e06d0e6539706eb12d19986da6d02915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1?= Date: Wed, 20 Nov 2024 14:38:46 +0100 Subject: [PATCH] Update DurationTest.phpt --- tests/DurationTest.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DurationTest.phpt b/tests/DurationTest.phpt index ce9bc56..ab9b307 100644 --- a/tests/DurationTest.phpt +++ b/tests/DurationTest.phpt @@ -44,7 +44,7 @@ final class DurationTest extends TestCase Duration::extract(['duration' => 1], 'duration'); }, InvalidTypeException::class, - 'Problem at key duration: Duration: 1 is not in valid duration format.' + 'Problem at key duration: Duration: 1 is not in valid duration format.' ); Assert::throws(