Skip to content

Commit 9a426fe

Browse files
committed
test: update TimeTest
See #6461
1 parent e222d32 commit 9a426fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/I18n/TimeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ public function testToDatabase()
11661166

11671167
$time = Time::parse('2017-01-12 00:00', 'America/Chicago');
11681168

1169-
$this->assertSame('۲۰۱۷-۰۱-۱۲ ۰۰:۰۰:۰۰', (string) $time);
1169+
$this->assertSame('2017-01-12 00:00:00', (string) $time);
11701170
$this->assertSame('2017-01-12 00:00:00', $time->toDatabase());
11711171

11721172
Locale::setDefault($currentLocale);

0 commit comments

Comments
 (0)