Skip to content

Commit 1e30fca

Browse files
authored
Merge pull request #6508 from kenjis/test-update-Time-toDatabase
test: update TimeTest::testToDatabase()
2 parents e222d32 + 9a426fe commit 1e30fca

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)