From 9100c5ae46cbd937afd62854805f2946924609fe Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Mon, 3 Mar 2025 05:54:31 -0500 Subject: [PATCH] Fix augmentation test. --- tests/Fieldtypes/DateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fieldtypes/DateTest.php b/tests/Fieldtypes/DateTest.php index 1b0e9a8dbc..60e16c71a4 100644 --- a/tests/Fieldtypes/DateTest.php +++ b/tests/Fieldtypes/DateTest.php @@ -45,7 +45,7 @@ public static function augmentProvider() 'date with custom format' => [ ['format' => 'Y--m--d'], '2012--01--04', - '2012 Jan 04 00:00:00', + '2012 Jan 04 13:43:00', ], // The time and seconds configs are important, otherwise