Skip to content

Commit

Permalink
Fix augmentation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Mar 3, 2025
1 parent ed6be78 commit 9100c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fieldtypes/DateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9100c5a

Please sign in to comment.