diff --git a/tests/Casts/DateTimeInterfaceCastTest.php b/tests/Casts/DateTimeInterfaceCastTest.php index 9a3655fd..9c4b2a75 100644 --- a/tests/Casts/DateTimeInterfaceCastTest.php +++ b/tests/Casts/DateTimeInterfaceCastTest.php @@ -341,4 +341,4 @@ public function __construct( CreationContextFactory::createFromConfig($class::class)->get() ) )->toEqual(new DateTimeImmutable('2024-12-02T16:20:15.969827247Z')); -}); \ No newline at end of file +});