Skip to content

Commit f952c28

Browse files
abnegateclaude
andcommitted
fix: use ISO datetime format in test, MySQL rejects text format
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1f65132 commit f952c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Scopes/AttributeTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ public function testCreateDatetime(): void
17681768

17691769
$validDates = [
17701770
'2024-12-25 09:00:21.891119',
1771-
'Tue Dec 31 2024',
1771+
'2024-12-31 00:00:00.000000',
17721772
];
17731773

17741774
foreach ($validDates as $date) {

0 commit comments

Comments
 (0)